Module Name: src
Committed By: christos
Date: Wed Jun 13 16:05:14 UTC 2018
Modified Files:
src/sys/arch/hppa/spmath: Makefile.inc
Log Message:
revert previous MAKEOBJDIRPREFIX massaging
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/hppa/spmath/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hppa/spmath/Makefile.inc
diff -u src/sys/arch/hppa/spmath/Makefile.inc:1.11 src/sys/arch/hppa/spmath/Makefile.inc:1.12
--- src/sys/arch/hppa/spmath/Makefile.inc:1.11 Mon Jun 11 17:37:29 2018
+++ src/sys/arch/hppa/spmath/Makefile.inc Wed Jun 13 12:05:14 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.11 2018/06/11 21:37:29 christos Exp $
+# $NetBSD: Makefile.inc,v 1.12 2018/06/13 16:05:14 christos Exp $
# $OpenBSD: Makefile.inc,v 1.4 2001/03/29 03:58:17 mickey Exp $
#
@@ -15,7 +15,7 @@ SPMATH_PROF= ${SPMATHDST}/spmath.po
SPMATHMAKE= \
cd ${SPMATHDIR} && MAKEOBJDIRPREFIX= && unset MAKEOBJDIRPREFIX && \
MAKEOBJDIR=${SPMATHDST} ${MAKE} \
- CC=${CC:q} CFLAGS=${CFLAGS:S/MAKEOBJDIRPREFIX/MAKEOBJDIR/:q} \
+ CC=${CC:q} CFLAGS=${CFLAGS:q} \
SPMATHCPPFLAGS=${CPPFLAGS:S@^-I.@-I. -I../../.@g:q} \
AS=${AS:q} AFLAGS=${AFLAGS:q} \
LD=${LD:q} STRIP=${STRIP:q} \