Changeset 280 in kBuild for branches/GNU/src/gmake/build.template
- Timestamp:
- May 16, 2005 4:54:02 PM (20 years ago)
- Location:
- branches/GNU/src/gmake
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake
- Property svn:ignore
-
old new 34 34 README.DOS 35 35 README.W32 36 README.OS2 36 37 aclocal.m4 37 38 autom4te.cache
-
- Property svn:ignore
-
branches/GNU/src/gmake/build.template
r54 r280 3 3 # @configure_input@ 4 4 5 # Copyright (C) 1993, 1994, 1997, 2003 Free Software Foundation, Inc.5 # Copyright (C) 1993, 1994, 1997, 2003, 2004 Free Software Foundation, Inc. 6 6 # This file is part of GNU Make. 7 7 # … … 29 29 LDFLAGS='@LDFLAGS@' 30 30 ALLOCA='@ALLOCA@' 31 LOADLIBES='@LIBS@ '31 LOADLIBES='@LIBS@ @LIBINTL@' 32 32 eval extras=\'@LIBOBJS@\' 33 33 REMOTE='@REMOTE@' … … 79 79 # Link all the objects together. 80 80 echo linking make... 81 $CC $ LDFLAGS $objs $LOADLIBES -o makenew${EXEEXT}81 $CC $CFLAGS $LDFLAGS $objs $LOADLIBES -o makenew${EXEEXT} 82 82 echo done 83 83 mv -f makenew${EXEEXT} make${EXEEXT}
Note:
See TracChangeset
for help on using the changeset viewer.