summaryrefslogtreecommitdiffstats
path: root/Makefile.inc0
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-06-06 20:21:27 +0000
committerjulian <julian@FreeBSD.org>1999-06-06 20:21:27 +0000
commit2705bcafc42fc7e160fedd75c7168d435ce717fe (patch)
tree1869a4ac159c4a311cb1e9c2fedc30d740576e22 /Makefile.inc0
parentbe5f98696c599c79cdd0a00be12cb62ada0a4a8f (diff)
downloadFreeBSD-src-2705bcafc42fc7e160fedd75c7168d435ce717fe.zip
FreeBSD-src-2705bcafc42fc7e160fedd75c7168d435ce717fe.tar.gz
fix (non destructive) braino to do with quoting in makefiles.
Diffstat (limited to 'Makefile.inc0')
-rw-r--r--Makefile.inc04
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc0 b/Makefile.inc0
index d3ee6aa..5c4f48b 100644
--- a/Makefile.inc0
+++ b/Makefile.inc0
@@ -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
#
OpenPOWER on IntegriCloud