Makefile.in (program_transform_name): Let autoconf substitute the correct value.
authorChip Salzenberg <chip@rio.atlantic.net>
Tue, 7 Oct 1997 15:59:26 +0000 (15:59 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 7 Oct 1997 15:59:26 +0000 (09:59 -0600)
        * Makefile.in (program_transform_name): Let autoconf substitute
        the correct value.

From-SVN: r15854

gcc/ChangeLog
gcc/Makefile.in

index edb1de021d8f19f5f4ed0a9e0a614cf375625802..34e49a518ed8ebfd0403f30ee8f3f5a0f0d3d96c 100644 (file)
@@ -1,3 +1,8 @@
+Tue Oct  7 10:01:45 1997  Chip Salzenberg <chip@rio.atlantic.net>
+
+       * Makefile.in (program_transform_name): Let autoconf substitute
+       the correct value.
+
 Tue Oct  7 09:54:35 1997  Jeffrey A Law  (law@cygnus.com)
 
        * haifa-sched.c (schedule_block): If the first real insn in a
index d6c912a557159fdef5580be4f2ba36852f074c91..a9adf6fe3a51cf308d724b9e98799a09707f98e3 100644 (file)
@@ -155,7 +155,7 @@ ENQUIRE_CFLAGS = -DNO_MEM -DNO_LONG_DOUBLE_IO -O0
 ENQUIRE_LDFLAGS = $(LDFLAGS)
 
 # Sed command to transform gcc to installed name.  Overwritten by configure.
-program_transform_name = -e s,x,x,
+program_transform_name = @program_transform_name@
 program_transform_cross_name = -e s,^,$(target_alias)-,
 
 # Tools to use when building a cross-compiler.