]> git.saurik.com Git - wxWidgets.git/commitdiff
Tried to fix problem with 'clean' target
authorJulian Smart <julian@anthemion.co.uk>
Fri, 8 Sep 2000 14:48:25 +0000 (14:48 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 8 Sep 2000 14:48:25 +0000 (14:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

Makefile.in

index c604e55f27ae3d0f83e4c65337c84bd62f8faed2..f7b9d611b2826e3d8e768cafa65944bc87e5a4b2 100644 (file)
@@ -1326,7 +1326,7 @@ clean:
        $(RM) *.d
        $(RM) parser.c
        $(RM) lexer.c
-       $(RM) ./lib/*
        $(RM) -r ./lib/wx/*
+       $(RM) ./lib/lib*
 
 cleanall: clean