]> git.saurik.com Git - wxWidgets.git/commitdiff
clean is symbolic target
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 9 Dec 2001 15:38:45 +0000 (15:38 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 9 Dec 2001 15:38:45 +0000 (15:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/regex/makefile.wat

index 8f2b74442d13d711c337dd492be3824333cd3144..b73464c60c7ccaba0d728f7463fce51bdaef5d69 100644 (file)
@@ -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