From 0cbc52f38e7d0bed3b8b4d9dabca045c09d68d43 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 9 Dec 2001 15:38:45 +0000 Subject: [PATCH] clean is symbolic target git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/regex/makefile.wat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2