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]
Other format: [Raw text]

minor distclean patch


I configured and compiled gcc in SRCDIR, and realising that this was
wrong, in OBJDIR. But the compilation died because it failed to generate 
a fp-bit.c in OBJDIR/gcc since there already was one in SRCDIR/gcc.

RCS file: /cvsroot/gcc/gcc/gcc/Makefile.in,v
retrieving revision 1.930
diff -u -r1.930 Makefile.in
--- gcc/Makefile.in     9 Aug 2002 08:51:27 -0000       1.930
+++ gcc/Makefile.in     11 Aug 2002 13:23:05 -0000
@@ -2678,7 +2678,7 @@
 INTL_DISTCLEAN = intl.distclean
 distclean: clean $(INTL_DISTCLEAN) lang.distclean
        -rm -f auto-host.h auto-build.h
-       -rm -f cstamp-h
+       -rm -f cstamp-h fp-bit.c
        -rm -f config.status config.run config.cache config.bak
        -rm -f Make-lang Make-hooks Make-host Make-target
        -rm -f Makefile *.oaux


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