From 38643da5dc8db4f6fe56a82c7579d03c0fd6d029 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Thu, 27 Mar 2003 12:12:49 +0000 Subject: [PATCH] fix lib build for watcom git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/stc/makefile.wat | 7 ++++++- src/stc/makefile.wat | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/contrib/src/stc/makefile.wat b/contrib/src/stc/makefile.wat index 6ef59ff7dd..3a42017756 100644 --- a/contrib/src/stc/makefile.wat +++ b/contrib/src/stc/makefile.wat @@ -67,7 +67,12 @@ $(STCLIB): $(OBJECTS) *wlib /b /c /n /P=256 $(STCLIB) $(OBJECTS) clean: .SYMBOLIC - -erase *.obj *.bak *.err *.pch $(STCLIB) *.lbc + -erase *.obj + -erase *.bak + -erase *.err + -erase *.pch + -erase $(STCLIB) + -erase *.lbc .EXTENSIONS: .cxx .cxx: $(S) diff --git a/src/stc/makefile.wat b/src/stc/makefile.wat index 6ef59ff7dd..3a42017756 100644 --- a/src/stc/makefile.wat +++ b/src/stc/makefile.wat @@ -67,7 +67,12 @@ $(STCLIB): $(OBJECTS) *wlib /b /c /n /P=256 $(STCLIB) $(OBJECTS) clean: .SYMBOLIC - -erase *.obj *.bak *.err *.pch $(STCLIB) *.lbc + -erase *.obj + -erase *.bak + -erase *.err + -erase *.pch + -erase $(STCLIB) + -erase *.lbc .EXTENSIONS: .cxx .cxx: $(S)