MG: fixed make cleanall to not set LCLPLATFORM

git-svn-id: trunk@391 -
This commit is contained in:
lazarus 2001-11-06 12:47:43 +00:00
parent 311b264796
commit 8f6727e9b0

View File

@ -1,5 +1,5 @@
# #
# Don't edit, this file is generated by FPCMake Version 1.1 [2001/11/02] # Don't edit, this file is generated by FPCMake Version 1.1 [2001/11/06]
# #
default: all default: all
override PATH:=$(subst \,/,$(PATH)) override PATH:=$(subst \,/,$(PATH))
@ -1596,9 +1596,7 @@ ide:
tools: lcl components tools_all tools: lcl components tools_all
all: lcl components ide all: lcl components ide
cleanall: cleanall:
$(MAKE) clean LCLPLATFORM=win32 $(MAKE) clean
$(DEL) $(wildcard ./*.ow*)
$(DEL) $(wildcard ./*.res)
$(DEL) $(wildcard ./*$(PPUEXT)) $(wildcard ./*$(OEXT)) $(DEL) $(wildcard ./*$(PPUEXT)) $(wildcard ./*$(OEXT))
$(DEL) $(wildcard ./debugger/*$(PPUEXT)) $(wildcard ./debugger/*$(OEXT)) $(DEL) $(wildcard ./debugger/*$(PPUEXT)) $(wildcard ./debugger/*$(OEXT))
$(DEL) $(wildcard ./designer/*$(PPUEXT)) $(wildcard ./designer/*$(OEXT)) $(DEL) $(wildcard ./designer/*$(PPUEXT)) $(wildcard ./designer/*$(OEXT))