svn rev #23434: trunk/src/config/
raeburn@MIT.EDU
raeburn at MIT.EDU
Wed Dec 2 18:09:40 EST 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=23434
Commit By: raeburn
Log Message:
Check ALL_DEP_SRCS, not SRCS, to decide what to put into the deps file.
Changed Files:
U trunk/src/config/post.in
Modified: trunk/src/config/post.in
===================================================================
--- trunk/src/config/post.in 2009-12-02 23:09:36 UTC (rev 23433)
+++ trunk/src/config/post.in 2009-12-02 23:09:40 UTC (rev 23434)
@@ -95,7 +95,7 @@
# until we're sure we've gotten everything converted and excised the
# old stuff from Makefile.in files.
depend-update-makefile: .depend depend-recurse
- if test -n "$(SRCS)" ; then \
+ if test "$(ALL_DEP_SRCS)" != " " ; then \
$(CP) .depend $(srcdir)/deps.new ; \
else \
echo "# No dependencies here." > $(srcdir)/deps.new ; \
More information about the cvs-krb5
mailing list