Browse Source

* delete units on clean

pierre 24 years ago
parent
commit
9958dba1f4
2 changed files with 3 additions and 3 deletions
  1. 2 2
      tests/Makefile
  2. 1 1
      tests/Makefile.fpc

+ 2 - 2
tests/Makefile

@@ -1,5 +1,5 @@
 #
 #
-# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/30]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/09/13]
 #
 #
 default: allexectests
 default: allexectests
 override PATH:=$(subst \,/,$(PATH))
 override PATH:=$(subst \,/,$(PATH))
@@ -852,9 +852,9 @@ endif
 	-rm -f *.tmp core
 	-rm -f *.tmp core
 	-rm -f $(LOG) $(LONGLOG) $(FAILLIST)
 	-rm -f $(LOG) $(LONGLOG) $(FAILLIST)
 	-rm -f ppas.sh ppas.bat gmon.out
 	-rm -f ppas.sh ppas.bat gmon.out
+	$(MAKE) -C units clean
 distclean: clean
 distclean: clean
 	-rm -f dotest$(EXEEXT) dotest$(OEXT) redir$(PPUEXT) redir$(OEXT)
 	-rm -f dotest$(EXEEXT) dotest$(OEXT) redir$(PPUEXT) redir$(OEXT)
-	$(MAKE) -C units clean
 .PHONY: all full
 .PHONY: all full
 all : allexectests
 all : allexectests
 full : clean allexectests
 full : clean allexectests

+ 1 - 1
tests/Makefile.fpc

@@ -138,10 +138,10 @@ endif
         -rm -f *.tmp core
         -rm -f *.tmp core
         -rm -f $(LOG) $(LONGLOG) $(FAILLIST)
         -rm -f $(LOG) $(LONGLOG) $(FAILLIST)
         -rm -f ppas.sh ppas.bat gmon.out
         -rm -f ppas.sh ppas.bat gmon.out
+        $(MAKE) -C units clean
 
 
 distclean: clean
 distclean: clean
         -rm -f dotest$(EXEEXT) dotest$(OEXT) redir$(PPUEXT) redir$(OEXT)
         -rm -f dotest$(EXEEXT) dotest$(OEXT) redir$(PPUEXT) redir$(OEXT)
-        $(MAKE) -C units clean
 
 
 #
 #
 # Main rules
 # Main rules