Added EXE extensions. This may help for Windows, which needs
authoraland <aland>
Fri, 23 Jan 2004 17:08:43 +0000 (17:08 +0000)
committeraland <aland>
Fri, 23 Jan 2004 17:08:43 +0000 (17:08 +0000)
(and adds) extensions when building executable programs

Make.inc.in

index fcf028e..3931f28 100644 (file)
@@ -27,6 +27,7 @@ RANLIB                = @RANLIB@
 INCLUDE                = 
 CFLAGS         = $(INCLUDE) @CFLAGS@ @LFS_CFLAGS@
 LIBPREFIX      = @LIBPREFIX@
+EXEEXT         = @EXEEXT@ 
 
 LIBTOOL                = @LIBTOOL@
 ACLOCAL                = @ACLOCAL@