aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@gcc.gnu.org>1993-02-02 14:18:03 -0500
committerBrendan Kehoe <brendan@gcc.gnu.org>1993-02-02 14:18:03 -0500
commit5c5390871fad0454bb174f44f6ab020e0c8dea58 (patch)
tree0e69ee704539f6fabadebdee57929fea9fea938d
parent202571cd40781b7db1bb2d1ea12abf400afea834 (diff)
downloadgcc-5c5390871fad0454bb174f44f6ab020e0c8dea58.zip
gcc-5c5390871fad0454bb174f44f6ab020e0c8dea58.tar.gz
gcc-5c5390871fad0454bb174f44f6ab020e0c8dea58.tar.bz2
Makefile.in (gcc.o): Depend upon config.status...
* Makefile.in (gcc.o): Depend upon config.status, so any changes in prefix will be communicated to the build process. (cccp.o): Likewise. From-SVN: r3407
-rw-r--r--gcc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index f97f3f3..415c4b2 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -814,7 +814,7 @@ c-common.o : c-common.c $(CONFIG_H) $(TREE_H) c-tree.h c-lex.h flags.h
# Language-independent files.
-gcc.o: gcc.c $(CONFIG_H) gvarargs.h obstack.h
+gcc.o: gcc.c $(CONFIG_H) gvarargs.h obstack.h config.status
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
-DSTANDARD_STARTFILE_PREFIX=\"$(libdir)/\" \
-DSTANDARD_EXEC_PREFIX=\"$(libdir)/gcc-lib/\" \
@@ -1178,7 +1178,7 @@ cexp.o: $(srcdir)/cexp.c $(CONFIG_H)
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c $(srcdir)/cexp.c
$(srcdir)/cexp.c: $(srcdir)/cexp.y
cd $(srcdir); $(BISON) -o cexp.c cexp.y
-cccp.o: cccp.c $(CONFIG_H) pcp.h version.c
+cccp.o: cccp.c $(CONFIG_H) pcp.h version.c config.status
# The reason we use $(libdir)/g++-include rather than using libsubdir
# is for compatibility with the current version of libg++.
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \