fixed clean target

svn path=/trunk/; revision=6840
This commit is contained in:
Martin Fuchs 2003-11-30 22:49:12 +00:00
parent d049dc52ef
commit 695f82be0d
6 changed files with 13 additions and 13 deletions

View file

@ -40,8 +40,8 @@ clean:
endif
ifeq ($(HOST),mingw32-windows)
clean:
del *.o
del cabman$(EXE_POSTFIX)
-del *.o
-del cabman$(EXE_POSTFIX)
endif
.phony: clean

View file

@ -29,8 +29,8 @@ clean:
endif
ifeq ($(HOST),mingw32-windows)
clean:
del *.o
del cdmake$(EXE_POSTFIX)
-del *.o
-del cdmake$(EXE_POSTFIX)
endif
.phony: clean

View file

@ -26,8 +26,8 @@ clean:
endif
ifeq ($(HOST),mingw32-windows)
clean:
del *.o
del create_nls$(EXE_POSTFIX)
-del *.o
-del create_nls$(EXE_POSTFIX)
endif
.phony: clean
@ -43,7 +43,7 @@ clean_nls:
endif
ifeq ($(HOST),mingw32-windows)
clean_nls:
del ..\..\media\nls\*.nls
-del ..\..\media\nls\*.nls
endif
.phony: clean_nls

View file

@ -38,8 +38,8 @@ clean:
endif
ifeq ($(HOST),mingw32-windows)
clean:
del *.o
del mkhive$(EXE_POSTFIX)
-del *.o
-del mkhive$(EXE_POSTFIX)
endif
.phony: clean

View file

@ -26,8 +26,8 @@ clean:
endif
ifeq ($(HOST),mingw32-windows)
clean:
del *.o
del rgenstat$(EXE_POSTFIX)
-del *.o
-del rgenstat$(EXE_POSTFIX)
endif
web/apistatus.html: web/apistatus.xml web/rapistatus.xsl

View file

@ -47,8 +47,8 @@ clean:
endif
ifeq ($(HOST),mingw32-windows)
clean:
del *.o
del wmc$(EXE_POSTFIX)
-del *.o
-del wmc$(EXE_POSTFIX)
endif
.phony: clean