From e22d962f7424f413b2b5e3c17c2717a12b2b6e5a Mon Sep 17 00:00:00 2001 From: Marc Recht Date: Sun, 28 Sep 2003 13:34:55 +0000 Subject: [PATCH] Also substitute @MAKE_PROGRAM@ with $MAKE_PROGRAM. This fixes one build problem on my Slackware9 system. --- XFree86/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/XFree86/Makefile.common b/XFree86/Makefile.common index 97f170cc8a..923e0ef2cd 100644 --- a/XFree86/Makefile.common +++ b/XFree86/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2003/09/01 21:15:44 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.19 2003/09/28 13:34:55 marc Exp $ # # XBUILD_DIRS is the group of directories under ${WRKSRC} that will # be built in. @@ -54,6 +54,7 @@ post-extract: @${SED} \ -e "s|@BLNK@|${BUILDLINK_DIR}|g" \ -e "s|@MAKE@|${MAKE_PROGRAM}|g" \ + -e "s|@MAKE_PROGRAM@|${MAKE_PROGRAM}|g" \ -e "s|@IMAKE@|${IMAKE}|g" \ -e "s|@RMAN@|${X11BASE}/bin/rman|g" \ -e "s|@MKHTMLINDEX@|${X11BASE}/bin/mkhtmlindex|g" \