$NetBSD: patch-aa,v 1.1.1.1 2002/10/27 01:14:10 cjones Exp $ --- Makefile.am.orig Sat Oct 26 12:41:49 2002 +++ Makefile.am @@ -43,7 +43,7 @@ libpostgres_la_LDFLAGS = -export-dynamic SUFFIXES = .x .c.x: - guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@ + guile-snarf $< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) > $@ ## Add -MG to make the .x magic work with auto-dep code. MKDEP = gcc -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)