226446aebd
accordingly. Should address the problem seen in Hubert's latest bulk-build.
13 lines
520 B
Text
13 lines
520 B
Text
$NetBSD: patch-aa,v 1.1 2002/12/13 15:32:25 jschauma Exp $
|
|
|
|
--- src/Makefile.in.orig Fri Dec 13 10:28:36 2002
|
|
+++ src/Makefile.in Fri Dec 13 10:28:50 2002
|
|
@@ -323,7 +323,7 @@
|
|
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.
|