mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +02:00
* don't use INUNIX for clean rule
This commit is contained in:
parent
f68d469a98
commit
1b130d2aa8
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user