From: Václav Slavík Date: Sun, 9 Dec 2001 15:38:45 +0000 (+0000) Subject: clean is symbolic target X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0cbc52f38e7d0bed3b8b4d9dabca045c09d68d43 clean is symbolic target git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/regex/makefile.wat b/src/regex/makefile.wat index 8f2b74442d..b73464c60c 100644 --- a/src/regex/makefile.wat +++ b/src/regex/makefile.wat @@ -28,7 +28,7 @@ $(LIBTARGET) : $(OBJECTS) @for %i in ( $(OBJECTS) ) do @%append tmp.lbc +%i wlib /b /c /n /p=512 $^@ @tmp.lbc -clean: +clean: .SYMBOLIC -erase *.obj -erase $(LIBTARGET) -erase *.pch