From: solar <> Date: Sun, 26 Sep 2010 08:36:44 +0000 (+0000) Subject: Proper handling of dependencies. (Related to #26.) X-Git-Url: https://pd.if.org/git/?a=commitdiff_plain;ds=sidebyside;h=7d8bcd5425ad7ab8974d7b2eec2ca082c33d1286;p=pdclib.old Proper handling of dependencies. (Related to #26.) --- diff --git a/Makefile b/Makefile index 09d02ec..2fbf9c7 100644 --- a/Makefile +++ b/Makefile @@ -78,8 +78,6 @@ regtestdrivers: $(REGFILES) #-include $(DEPFILES) $(TSTDEPFILES) $(REGDEPFILES) clean: - echo $(TSTFILES) - echo $(TSTDEPFILES) @for file in $(OBJFILES) $(DEPFILES) $(TSTFILES) $(TSTDEPFILES) $(REGFILES) $(REGDEPFILES) pdclib.a pdclib.tgz scanf_testdata_*; do if [ -f $$file ]; then rm $$file; fi; done srcdist: