do not clean autogenerated fixinc files
authorBruce Korb <bkorb@gnu.org>
Mon, 4 Dec 2000 18:16:04 +0000 (18:16 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Mon, 4 Dec 2000 18:16:04 +0000 (18:16 +0000)
From-SVN: r38007

gcc/ChangeLog
gcc/fixinc/Makefile.DOS
gcc/fixinc/Makefile.in

index b0d896d3845403b111c97a9e1f85e60429eafe95..7512e5acdb44ea29760945af5bf57b0209582072 100644 (file)
@@ -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.
index b207ad260b080862d264a1627ae431bc042f8ce4..560101ad169f31f88406bdb5dbd360829035134f 100644 (file)
@@ -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.
index 0477c099412805e5fa2ac93807d4b0e89f76d78e..73a81904917e791cc925e5a4a82e17bde78b9bec 100644 (file)
@@ -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.