diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config/post.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/post.in b/src/config/post.in index 4f5e0e291..afdc53cf7 100644 --- a/src/config/post.in +++ b/src/config/post.in @@ -11,7 +11,7 @@ check:: sed -e 's;$(srcdir)/;$$(srcdir)/;g' > .depend; \ else :; fi -depend: .depend +depend:: .depend if test -n "$(SRCS)" ; then \ sed -e '/^# +++ Dependency line eater +++/,$$d' \ < $(srcdir)/Makefile.in | cat - .depend \ |