$NetBSD$

--- lwlib/Makefile.in.in.orig	2005-11-13 03:04:59.000000000 +0100
+++ lwlib/Makefile.in.in
@@ -59,9 +59,10 @@ 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)
