This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: do not clean autogenerated fixinc files


 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

You've missed the fact that the Makefile in the gcc directory doesn't 
invoke the Makefile in fixincl/ for maintainer-clean.

R.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]