diff options
Diffstat (limited to 'config/depend.in')
-rw-r--r-- | config/depend.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/depend.in b/config/depend.in index 2bd98af..07d0245 100644 --- a/config/depend.in +++ b/config/depend.in @@ -27,7 +27,7 @@ dep depend: .distdep touch .distdep -perl -p $(ROOT)/bin/distdep .depend >.distdep -.depend: $(LIB_SRC) $(PROG_SRC) +.depend: $(LIB_SRC) $(TEST_SRC) $(PROG_SRC) @touch .depend @for dep in $? dummy; do \ if [ $$dep != "dummy" ]; then \ |