X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=453172589bc48676bf7404560aa3467063f8f633;hb=a99b4a94505bb850207c7370ade46cba99712023;hp=f1cf050c62ff1d00617bffa926eee7a253e9a552;hpb=9a156ecccbd78d0d0d573fb37654dc953e4e9d09;p=pdclib.old diff --git a/Makefile b/Makefile index f1cf050..4531725 100644 --- 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