]> gcc.gnu.org Git - gcc.git/commitdiff
(exeext): Set to build_exeext not exeext.
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 16 Jul 1997 02:05:02 +0000 (19:05 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 16 Jul 1997 02:05:02 +0000 (19:05 -0700)
From-SVN: r14450

gcc/Makefile.in

index 3e5967ef3a1dcbaef471da2361d821ecb5ad0879..89f41c6e111df0fe4ce6d82dcc58cd40b901932b 100644 (file)
@@ -225,7 +225,7 @@ infodir = @infodir@
 # Extension (if any) to put in installed man-page filename.
 manext = .1
 objext = .o
-exeext = @exeext@
+exeext = @build_exeext@
 
 # Directory in which to put man pages.
 mandir = @mandir@/man1
This page took 0.062311 seconds and 5 git commands to generate.