$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)