diff lwlib/Makefile.in.in @ 193:f53b5ca2e663 r20-3b23

Import from CVS: tag r20-3b23
author cvs
date Mon, 13 Aug 2007 09:58:30 +0200
parents 8eaf7971accc
children d44af0c54775
line wrap: on
line diff
--- a/lwlib/Makefile.in.in	Mon Aug 13 09:57:40 2007 +0200
+++ b/lwlib/Makefile.in.in	Mon Aug 13 09:58:30 2007 +0200
@@ -77,7 +77,11 @@
 cflags = $(CFLAGS) $(cppflags)
 
 ALL_CFLAGS= $(CFLAGS) $(CPPFLAGS) -I. $(c_switch_all) $(ENERGIZEP)
+#ifdef SOLARIS2
+%.o : %.c
+#else
 .c.o:
+#endif
 	$(CC) -c $(cflags) $<
 
 ## Create preprocessor output (debugging purposes only)