summaryrefslogtreecommitdiff
path: root/include/makeinclude/clean.bor
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-27 11:40:18 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-27 11:40:18 +0000
commit10ce35d03eb4e429fbc6d00e1a362adca9a2779d (patch)
tree193821618d7d65dcef9f7d9b0c887cb4ee914475 /include/makeinclude/clean.bor
parent526989816318ca7565900a1000b2e1c3d7dd2c4f (diff)
downloadATCD-10ce35d03eb4e429fbc6d00e1a362adca9a2779d.tar.gz
ChangeLogTag:Tue Mar 27 05:35:38 2001 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'include/makeinclude/clean.bor')
-rw-r--r--include/makeinclude/clean.bor12
1 files changed, 8 insertions, 4 deletions
diff --git a/include/makeinclude/clean.bor b/include/makeinclude/clean.bor
index f6fe28d4542..7e2dd6162fd 100644
--- a/include/makeinclude/clean.bor
+++ b/include/makeinclude/clean.bor
@@ -50,10 +50,14 @@ realclean:
@del ) $(IDLFILES:.idl=Ser_T.h ^
@del ) $(IDLFILES:.idl=Ser_T.i ^
@del ) $(RESOURCE)
-@del ) $(TARGET)
-@del ) $(TARGET:.exe=.tds)
-@del ) $(TARGET:.dll=.tds)
-@del ) $(TARGET:.dll=.lib)
! realclean_$(NAME)~.bat 1> NUL
-@realclean_$(NAME)~.bat 2> NUL
@del realclean_$(NAME)~.bat
+ -@del $(TARGET) 2>NUL
+ -@del $(TARGET:.exe=.tds) 2>NUL
+ -@del $(TARGET:.dll=.tds) 2>NUL
+ -@del $(TARGET:.dll=.lib) 2>NUL
+!ifdef CORE_TARGET
+ -@del $(CORE_TARGET) 2>NUL
+ -@del $(CORE_TARGET:.exe=.tds) 2>NUL
+!endif