Browse Source

* don't use INUNIX for clean rule

pierre 22 years ago
parent
commit
1b130d2aa8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Makefile.fpc

+ 1 - 1
tests/Makefile.fpc

@@ -194,7 +194,7 @@ clean:
         -rm -f $(addsuffix /*$(SHAREDLIBEXT),$(DIRS))
         -rm -f $(addsuffix /*.log,$(DIRS))
         -rm -f $(addsuffix /*.elg,$(DIRS))
-ifdef INUNIX
+ifeq ($(EXEEXT),)
         -rm -f $(wildcard $(patsubst %.pp,%$(EXEEXT),$(wildcard $(addsuffix /t*.pp,$(DIRS)))))
 else
         -rm -f $(addsuffix /*$(EXEEXT),$(DIRS))