summaryrefslogtreecommitdiff
path: root/databases/guile-pg/patches/patch-ab
blob: 937de6bab7167ef71a60f481ca00cd2ec852caff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1.1.1 2002/10/27 01:14:10 cjones Exp $

--- Makefile.in.orig	Sat Oct 26 12:42:06 2002
+++ Makefile.in
@@ -528,7 +528,7 @@ installdirs mostlyclean-generic distclea
 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
 .c.x:
-	guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@
+	guile-snarf $< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) > $@
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.