aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2009-12-02 23:09:40 +0000
committerKen Raeburn <raeburn@mit.edu>2009-12-02 23:09:40 +0000
commitbb1a6534caa1c18f79c706a154862f91f3e61224 (patch)
treeba873cab703f9c30e8128e7e6bf570ea43dd210b /src
parent4c9fb3243391d1a8b51207e7ff051c3339a2a34a (diff)
downloadkrb5-bb1a6534caa1c18f79c706a154862f91f3e61224.zip
krb5-bb1a6534caa1c18f79c706a154862f91f3e61224.tar.gz
krb5-bb1a6534caa1c18f79c706a154862f91f3e61224.tar.bz2
Check ALL_DEP_SRCS, not SRCS, to decide what to put into the deps file
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23434 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/config/post.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/post.in b/src/config/post.in
index 9c03e73..a279d04 100644
--- a/src/config/post.in
+++ b/src/config/post.in
@@ -95,7 +95,7 @@ depend-dependencies:
# 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 ; \