remove gmake dependency

This commit is contained in:
naddy 2003-07-23 21:58:28 +00:00
parent 8b526f2d6b
commit 41e3b4a75d
2 changed files with 23 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/07/22 17:44:39 pvalchev Exp $
# $OpenBSD: Makefile,v 1.2 2003/07/23 21:58:28 naddy Exp $
COMMENT= "GNU versions of the diff utilities"
@ -16,8 +16,7 @@ PERMIT_DISTFILES_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_GNU:=diffutils/}
USE_GMAKE= Yes
SEPARATE_BUILD= concurrent
SEPARATE_BUILD= simple
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --program-prefix=g
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"

View File

@ -0,0 +1,21 @@
$OpenBSD: patch-m4_Makefile_in,v 1.1 2003/07/23 21:58:28 naddy Exp $
--- m4/Makefile.in.orig Wed Jul 23 21:01:23 2003
+++ m4/Makefile.in Wed Jul 23 21:01:42 2003
@@ -256,7 +256,7 @@
Makefile.am: Makefile.am.in
rm -f $@ $@t
- sed -n '1,/^##m4-files-begin/p' $< > $@t
+ sed -n '1,/^##m4-files-begin/p' $? > $@t
(((echo EXTRA_DIST =; \
echo " README jm-glibc-io.m4 Makefile.am.in" \
) | tr '\012' @); \
@@ -263,7 +263,7 @@
(echo *.m4|tr ' ' @) ) \
|sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
>> $@t
- sed -n '/^##m4-files-end/,$$p' $< >> $@t
+ sed -n '/^##m4-files-end/,$$p' $? >> $@t
chmod a-w $@t
mv $@t $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.