summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-12-16 11:45:51 +0000
committerache <ache@FreeBSD.org>1998-12-16 11:45:51 +0000
commit2f1a3c78f95e81101243aaf5baa9236d1d9b4b56 (patch)
tree55e3446b7d9a8d0f43367d65a43a3352b30d0731
parentf13cf4998ebeac5def876891741a5d135fc7f867 (diff)
downloadFreeBSD-src-2f1a3c78f95e81101243aaf5baa9236d1d9b4b56.zip
FreeBSD-src-2f1a3c78f95e81101243aaf5baa9236d1d9b4b56.tar.gz
Remove appending objformat to obj prefix for
backend targets. Old variant cause top level things build in /usr/obj/elf while lower level things build in /usr/obj which cause mismatch
-rw-r--r--Makefile.inc04
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc0 b/Makefile.inc0
index a584125..419da30 100644
--- a/Makefile.inc0
+++ b/Makefile.inc0
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc0,v 1.10 1998/09/29 22:03:13 jkh Exp $
+# $Id: Makefile.inc0,v 1.11 1998/10/17 15:25:26 bde 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
@@ -38,7 +38,7 @@ BKTGTS= afterdistribute all checkdpadd clean cleandepend cleandir \
# A generic rule for the backend targets.
#
${BKTGTS} :
- @cd ${.CURDIR}; ${MK_ENV} ${MAKE} ${.TARGET}
+ @cd ${.CURDIR}; ${MAKE} ${.TARGET}
#
# Temporary path and environment for the legacy build.
OpenPOWER on IntegriCloud