fix (non destructive) braino to do with quoting in makefiles.

This commit is contained in:
Julian Elischer 1999-06-06 20:21:27 +00:00
parent 32af3bf215
commit bbb35cf953
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47791

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile.inc0,v 1.15 1999/03/29 10:59:53 obrien Exp $
# $Id: Makefile.inc0,v 1.16 1999/06/05 21:06:59 julian Exp $
#
# This makefile ensures that the object directory is set according to the
# object format to avoid mixing aout and elf formatted files during the
@ -59,7 +59,7 @@ LEGACY_ENV= PATH=${ELFTMPPATH} OBJFORMAT=aout NOTOOLS=1 TOOLROOT=${ELFTMP} \
MAKEOBJDIRPREFIX=${MAKEOBJDIRPREFIX}/aout
XMAKE= ${ELFTMP}/usr/bin/${MAKE}
STARTTIME?= `LC_TIME=C date`
STARTTIME!= LC_TIME=C date
#
# world
#