aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Korb <bkorb@gnu.org>2000-12-04 18:16:04 +0000
committerBruce Korb <korbb@gcc.gnu.org>2000-12-04 18:16:04 +0000
commite1e0c65875d8a9993c5b3bd14ad3e33867a9a48e (patch)
tree22b7f792b9a66761a2401ceee1d867d05b133035
parentb38695910199b321758ed77b2185f917c30eda19 (diff)
downloadgcc-e1e0c65875d8a9993c5b3bd14ad3e33867a9a48e.zip
gcc-e1e0c65875d8a9993c5b3bd14ad3e33867a9a48e.tar.gz
gcc-e1e0c65875d8a9993c5b3bd14ad3e33867a9a48e.tar.bz2
do not clean autogenerated fixinc files
From-SVN: r38007
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/fixinc/Makefile.DOS5
-rw-r--r--gcc/fixinc/Makefile.in5
3 files changed, 13 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b0d896d..7512e5a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-04 Bruce Korb <bkorb@gnu.org>
+
+ * fixinc/Makefile.*(clean): don't clean autogenerated files.
+ (mainainer-clean): clean autogenerated files
+
2000-12-04 DJ Delorie <dj@redhat.com>
* md.texi: Add overview, clarify match_dup and define_expand.
diff --git a/gcc/fixinc/Makefile.DOS b/gcc/fixinc/Makefile.DOS
index b207ad2..560101a 100644
--- a/gcc/fixinc/Makefile.DOS
+++ b/gcc/fixinc/Makefile.DOS
@@ -104,7 +104,10 @@ fixincl.x: fixincl.tpl inclhack.def
cd $(srcdir) ; $(SHELL) ./genfixes $@
clean:
- rm -f *.o $(TARGETS) fixincl.x machname.h *~ *.exe
+ rm -f *.o $(TARGETS) machname.h *~ *.exe
+
+maintainer-clean : clean
+ rm -f $(srcdir)/fixincl.x
# Build the executable and copy up into gcc dir.
# We still copy the script because we still have alternative scripts.
diff --git a/gcc/fixinc/Makefile.in b/gcc/fixinc/Makefile.in
index 0477c09..73a8190 100644
--- a/gcc/fixinc/Makefile.in
+++ b/gcc/fixinc/Makefile.in
@@ -94,7 +94,10 @@ $(srcdir)/fixincl.x: fixincl.tpl inclhack.def
cd $(srcdir) ; $(SHELL) ./genfixes $@
clean:
- rm -f *.o $(TARGETS) $(srcdir)/fixincl.x machname.h *~
+ rm -f *.o $(TARGETS) machname.h *~ *.exe
+
+maintainer-clean : clean
+ rm -f $(srcdir)/fixincl.x
# Build the executable and copy up into gcc dir.
# We still copy the script because we still have alternative scripts.