fix building with gmake 3.82; from pkgsrc

This commit is contained in:
naddy 2011-04-20 14:39:21 +00:00
parent 58e0430f04
commit 9612faaa48

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-Makefile,v 1.2 2010/07/01 02:36:54 jakemsr Exp $ $OpenBSD: patch-Makefile,v 1.3 2011/04/20 14:39:21 naddy Exp $
--- Makefile.orig Thu Aug 12 17:19:33 2004 --- Makefile.orig Fri Aug 13 02:19:33 2004
+++ Makefile Sun May 2 10:05:18 2010 +++ Makefile Wed Apr 20 00:47:18 2011
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
################################ ################################
# Configuration # Configuration
@ -17,3 +17,12 @@ $OpenBSD: patch-Makefile,v 1.2 2010/07/01 02:36:54 jakemsr Exp $
# nothing below here should need to be changed # nothing below here should need to be changed
@@ -83,7 +83,7 @@ $(BUILDTOP)/config.h: $(BUILDDIR) Makefile
$(BUILDDIR)/dep: $(BUILDTOP)/config.h
$(CC) $(NSFINFO_CFLAGS) $(CFLAGS) -M $(SOURCES) > $@
--include $(BUILDDIR)/dep/
+-include $(BUILDDIR)/dep
install: all
mkdir -p $(PREFIX)/bin