Skip to content

Commit

Permalink
Remove intermediate SIMPLE_PROGRAMS object files during a clean.
Browse files Browse the repository at this point in the history
  • Loading branch information
seawood%netscape.com committed Jul 1, 2002
1 parent 7fb7033 commit c0054a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ ALL_TRASH = \
$(SHARED_LIBRARY:$(DLL_SUFFIX)=.exp) \
$(PROGRAM:$(BIN_SUFFIX)=.exp) $(SIMPLE_PROGRAMS:$(BIN_SUFFIX)=.exp) \
$(PROGRAM:$(BIN_SUFFIX)=.lib) $(SIMPLE_PROGRAMS:$(BIN_SUFFIX)=.lib) \
$(SIMPLE_PROGRAMS:$(BIN_SUFFIX)=.$(OBJ_SUFFIX)) \
$(wildcard gts_tmp_*) $(LIBRARY:%.a=.%.timestamp)
ALL_TRASH_DIRS = \
$(GARBAGE_DIRS) /no-such-file
Expand Down

0 comments on commit c0054a7

Please sign in to comment.