OSDN Git Service

* Makefile.in (DRIVER_DEFINES): Remove last change.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Oct 1998 01:29:42 +0000 (01:29 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Oct 1998 01:29:42 +0000 (01:29 +0000)
Depends on other changes not in the tree yet.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22878 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 826efc8..3840059 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 e97246d..6fc5062 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) \