freebsd-ports/devel/libgtop/files/patch-sysdeps_guile_Makefile.in
Joe Marcus Clarke 0b47787708 Actually put the patches in the files directory.
Submitted by:	Mike Harding <mvh@ix.netcom.com>
Pointy hat to:	me
2002-06-20 01:38:30 +00:00

11 lines
440 B
Text

--- sysdeps/guile/Makefile.in.orig Wed Jun 19 16:12:21 2002
+++ sysdeps/guile/Makefile.in Wed Jun 19 16:12:34 2002
@@ -516,7 +516,7 @@
mv gnc-t guile.c
guile.x: guile.c
- guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@
+ guile-snarf -o $@ $< $(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.