More cleaning up.
[fw/pdclib] / Makefile
index f1cf050c62ff1d00617bffa926eee7a253e9a552..453172589bc48676bf7404560aa3467063f8f633 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ regtests: regtestdrivers
 regtestdrivers: $(REGFILES)
        @echo
 
-#-include $(DEPFILES) $(TSTDEPFILES) $(REGDEPFILES)
+-include $(DEPFILES) $(TSTDEPFILES) $(REGDEPFILES)
 
 clean:
        @for file in $(OBJFILES) $(DEPFILES) $(TSTFILES) $(TSTDEPFILES) $(REGFILES) $(REGDEPFILES) pdclib.a pdclib.tgz scanf_testdata_*; do if [ -f $$file ]; then rm $$file; fi; done