Makefile.in (DRIVER_DEFINES): Remove last change.
authorJeffrey A Law <law@cygnus.com>
Wed, 7 Oct 1998 01:29:42 +0000 (01:29 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 7 Oct 1998 01:29:42 +0000 (19:29 -0600)
        * Makefile.in (DRIVER_DEFINES): Remove last change.
Depends on other changes not in the tree yet.

From-SVN: r22878

gcc/ChangeLog
gcc/Makefile.in

index 826efc80de2886e939653c66b63ae88f403fa8a6..384005961f3a8a277cf57333527e4021dd854866 100644 (file)
@@ -1,3 +1,7 @@
+Wed Oct  7 02:27:52 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * Makefile.in (DRIVER_DEFINES): Remove last change.
+       
 Wed Oct  7 01:08:43 1998  Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
 
        * caller-save.c (restore_referenced_regs): Lose mode argument.
index e97246df4ba03d9bb6a5216f7ccd76a8fa44b861..6fc5062de423b4c5168906e25631637d540df983 100644 (file)
@@ -1340,11 +1340,11 @@ c-common.o : c-common.c $(CONFIG_H) system.h $(TREE_H) c-tree.h c-lex.h \
 # Language-independent files.
 
 DRIVER_DEFINES = \
-  -DSTANDARD_STARTFILE_PREFIX=\"$(unlibsubdir)/\" \
+  -DSTANDARD_STARTFILE_PREFIX=\"$(libdir)/\" \
   -DSTANDARD_EXEC_PREFIX=\"$(libdir)/gcc-lib/\" \
   -DDEFAULT_TARGET_VERSION=\"$(version)\" \
   -DDEFAULT_TARGET_MACHINE=\"$(target_alias)\" \
-  -DTOOLDIR_BASE_PREFIX=\"$(unlibsubdir)/../\"
+  -DTOOLDIR_BASE_PREFIX=\"$(exec_prefix)/\"
 gcc.o: gcc.c $(CONFIG_H) system.h gansidecl.h multilib.h Makefile \
        $(lang_specs_files)
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \