summaryrefslogtreecommitdiff
path: root/editors/xemacs/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs/patches/patch-al')
-rw-r--r--editors/xemacs/patches/patch-al16
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/xemacs/patches/patch-al b/editors/xemacs/patches/patch-al
new file mode 100644
index 00000000000..4a017b31689
--- /dev/null
+++ b/editors/xemacs/patches/patch-al
@@ -0,0 +1,16 @@
+$NetBSD: patch-al,v 1.1 1999/12/06 14:24:03 bouyer Exp $
+
+--- lwlib/Makefile.in.in.old Mon Dec 6 00:34:23 1999
++++ lwlib/Makefile.in.in Mon Dec 6 00:34:40 1999
+@@ -59,9 +59,9 @@
+
+ #ifdef SOLARIS2
+ %.o : %.c
+-#else
+-.c.o:
++ $(CC) -c $(cflags) $<
+ #endif
++.c.o:
+ $(CC) -c $(cflags) $<
+
+ ## Create preprocessor output (debugging purposes only)