diff options
author | Steve Huston <shuston@riverace.com> | 1998-10-21 00:42:35 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-10-21 00:42:35 +0000 |
commit | eaea90393bc270fe0a071edbe230d4328fed681f (patch) | |
tree | 167d4f141258bf299ba855345eea8d7c31121376 /include/makeinclude/rules.local.GNU | |
parent | bdbf2dfdf5000feef0f82ab9a948bd10611b9e29 (diff) | |
download | ATCD-eaea90393bc270fe0a071edbe230d4328fed681f.tar.gz |
Added SHLIBA to files that get "realclean"ed.
Diffstat (limited to 'include/makeinclude/rules.local.GNU')
-rw-r--r-- | include/makeinclude/rules.local.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/rules.local.GNU b/include/makeinclude/rules.local.GNU index 40e8b6943b5..ae3649c944a 100644 --- a/include/makeinclude/rules.local.GNU +++ b/include/makeinclude/rules.local.GNU @@ -155,7 +155,7 @@ clean.local: gcctemp.c gcctemp so_locations realclean.local: clean.local - -$(RM) -f $(BIN:%=%) $(BIN:%=%_debug) $(BIN:%=%_profile) $(BIN:%=%_optimize) $(LIB:%=%) $(LIB:%=%_debug) $(LIB:%=%_profile) $(LIB:%=%_optimize) $(SHLIB:%=%) $(SHLIB:%=%_debug) $(SHLIB:%=%_profile) $(SHLIB:%=%_optimize) + -$(RM) -f $(BIN:%=%) $(BIN:%=%_debug) $(BIN:%=%_profile) $(BIN:%=%_optimize) $(LIB:%=%) $(LIB:%=%_debug) $(LIB:%=%_profile) $(LIB:%=%_optimize) $(SHLIB:%=%) $(SHLIB:%=%_debug) $(SHLIB:%=%_profile) $(SHLIB:%=%_optimize) $(SHLIBA:%=%) #---------------------------------------------------------------------------- # Dependency generation target |