VirtualBox

Changeset 280 in kBuild for branches/GNU/src/gmake/build.template


Ignore:
Timestamp:
May 16, 2005 4:54:02 PM (20 years ago)
Author:
bird
Message:

Current make snaphot, 2005-05-16.

Location:
branches/GNU/src/gmake
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gmake

    • Property svn:ignore
      •  

        old new  
        3434README.DOS
        3535README.W32
         36README.OS2
        3637aclocal.m4
        3738autom4te.cache
  • branches/GNU/src/gmake/build.template

    r54 r280  
    33# @configure_input@
    44
    5 # Copyright (C) 1993, 1994, 1997, 2003 Free Software Foundation, Inc.
     5# Copyright (C) 1993, 1994, 1997, 2003, 2004 Free Software Foundation, Inc.
    66# This file is part of GNU Make.
    77#
     
    2929LDFLAGS='@LDFLAGS@'
    3030ALLOCA='@ALLOCA@'
    31 LOADLIBES='@LIBS@'
     31LOADLIBES='@LIBS@ @LIBINTL@'
    3232eval extras=\'@LIBOBJS@\'
    3333REMOTE='@REMOTE@'
     
    7979# Link all the objects together.
    8080echo linking make...
    81 $CC $LDFLAGS $objs $LOADLIBES -o makenew${EXEEXT}
     81$CC $CFLAGS $LDFLAGS $objs $LOADLIBES -o makenew${EXEEXT}
    8282echo done
    8383mv -f makenew${EXEEXT} make${EXEEXT}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette