summaryrefslogtreecommitdiff
path: root/editors/xemacs-current/patches/patch-lwlib_Makefile.in.in
blob: 5a929fd52d28c7095484bbd72567b505806118b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-lwlib_Makefile.in.in,v 1.1 2017/11/16 15:07:05 hauke Exp $

SunOS 5 bmake / gmake fixes

--- lwlib/Makefile.in.in.orig	2013-08-21 17:43:43.000000000 +0000
+++ lwlib/Makefile.in.in
@@ -61,9 +61,9 @@ cflags = $(CFLAGS) $(cppflags)
 
 #ifdef SOLARIS2
 %.o : %.c
-#else
-.c.o:
+	$(CC) -c $(cflags) $<
 #endif
+.c.o:
 	$(CC) -c $(cflags) $<
 
 ## Create preprocessor output (debugging purposes only)