diff options
author | Richard Stallman <rms@gnu.org> | 1992-06-26 03:41:06 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-06-26 03:41:06 +0000 |
commit | e3e873d202a9b4ad9cb315bb14fc40cc9cbdb9d6 (patch) | |
tree | 143d280f853495fc17e27008318c9716438766f8 /gcc | |
parent | 27d21d328389e03341ad91b06d5ed7ce2164ffd8 (diff) | |
download | gcc-e3e873d202a9b4ad9cb315bb14fc40cc9cbdb9d6.zip gcc-e3e873d202a9b4ad9cb315bb14fc40cc9cbdb9d6.tar.gz gcc-e3e873d202a9b4ad9cb315bb14fc40cc9cbdb9d6.tar.bz2 |
*** empty log message ***
From-SVN: r1289
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index fc2f851..ceb9044 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -494,10 +494,10 @@ float.h: enquire enquire: enquire.o $(GCC_PARTS) $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ENQUIRE_LDFLAGS) enquire.o -o $@ enquire.o: $(srcdir)/enquire.c $(GCC_PASSES) - -if [ "$(srcdir)" != "." ]; then rm -f ./enquire.c; else true; fi - -cp $(srcdir)/enquire.c . > /dev/null 2>&1 +# -if [ "$(srcdir)" != "." ]; then rm -f ./enquire.c; else true; fi +# -cp $(srcdir)/enquire.c . > /dev/null 2>&1 # Breaking this line caused a problem with one version of GNU make. - $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ALL_CPPFLAGS) $(ENQUIRE_CFLAGS) -I. -c enquire.c + $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ALL_CPPFLAGS) $(ENQUIRE_CFLAGS) -I. -c $(srcdir)/enquire.c # Build libgcc.a. # This is done in two parts because some functions, in libgcc1.c, @@ -1159,7 +1159,7 @@ test-protoize-simple: ./protoize ./unprotoize $(GCC_PASSES) -DGPLUSPLUS_INCLUDE_DIR=0 \ -DCROSS_INCLUDE_DIR=0 \ -DSTD_PROTO_DIR=0" tmp-proto.c - @echo '**********' Expect 402 lines of differences. + @echo '**********' Expect 400 lines of differences. -diff $(srcdir)/protoize.c tmp-proto.c > tmp-proto.diff -wc -l tmp-proto.diff ./unprotoize -N -x getopt.h -c "-B./ -Wall -Wwrite-strings \ @@ -1466,7 +1466,7 @@ install-common-headers: install-dir $(USER_H) gvarargs.h gstdarg.h gstddef.h # so that fixinc.svr4 can get at it if necessary. # If the dirs are the same, this won't do anything. # Delete file first in case it is read-only - -if [ "$(srcdir)" != "." ]; then rm -f byteorder.h; else true; fi + -if [ x`cd $(srcdir);pwd` != x`pwd` ]; then rm -f byteorder.h; else true; fi -cp $(srcdir)/byteorder.h . > /dev/null 2>&1 # $(libsubdir)/include: |