Browse Source

* add removal of teststr and digest generated files

pierre 23 years ago
parent
commit
3760e62db9
2 changed files with 3 additions and 1 deletions
  1. 2 1
      tests/Makefile
  2. 1 0
      tests/Makefile.fpc

+ 2 - 1
tests/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by FPCMake Version 1.1 [2002/09/26]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2002/10/10]
 #
 default: allexectests
 MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx
@@ -1131,6 +1131,7 @@ endif
 	$(MAKE) -C units clean
 distclean: clean
 	-rm -f dotest$(EXEEXT) dotest$(OEXT) redir$(PPUEXT) redir$(OEXT)
+	-rm -f teststr$(PPUEXT) teststr$(OEXT) digest$(EXEEXT) digest$(OEXT)
 .PHONY: all full rundigest
 rundigest :
 	-$(DIGEST)

+ 1 - 0
tests/Makefile.fpc

@@ -162,6 +162,7 @@ endif
 
 distclean: clean
         -rm -f dotest$(EXEEXT) dotest$(OEXT) redir$(PPUEXT) redir$(OEXT)
+	-rm -f teststr$(PPUEXT) teststr$(OEXT) digest$(EXEEXT) digest$(OEXT)
 
 #
 # Main rules