r=cls, a=brendan
Delete OS/2 specific build files during the clobber


git-svn-id: svn://10.0.0.236/trunk@74461 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com 2000-07-19 14:03:25 +00:00
parent 4141a1a3da
commit 68a8e865d9

View File

@ -206,8 +206,8 @@ ALL_TRASH = \
else
ALL_TRASH = \
$(GARBAGE) $(TARGETS) $(OBJS) $(PROGOBJS) LOGS TAGS a.out \
$(HOST_PROGOBJS) $(HOST_OBJS) \
so_locations _gen _stubs \
$(HOST_PROGOBJS) $(HOST_OBJS) $(IMPORT_LIBRARY) $(DEF_FILE)\
so_locations _gen _stubs $(wildcard *.res) \
$(wildcard gts_tmp_*) $(LIBRARY:%.a=.%.timestamp)
endif