mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
17 lines
346 B
Plaintext
17 lines
346 B
Plaintext
$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)
|