fix for make clean when building in topdir

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1999-10-27 18:39:21 +00:00
parent c63c71069e
commit bd8ed12c5a

View File

@ -2558,6 +2558,6 @@ clean:
$(RM) *.d
$(RM) parser.c
$(RM) lexer.c
$(RM) ./lib/*
$(RM) ./lib/libwx*
cleanall: clean