Commit aaf1d40f authored by korbb's avatar korbb
Browse files

do not clean autogenerated fixinc files

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38007 138bc75d-0d04-0410-961f-82ee72b054a4
parent dbb36cb6
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.
......
......@@ -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.
......
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment