diff pkg-src/tree-x/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
line wrap: on
line diff
--- a/pkg-src/tree-x/Makefile.in.in	Mon Aug 13 09:57:40 2007 +0200
+++ b/pkg-src/tree-x/Makefile.in.in	Mon Aug 13 09:58:30 2007 +0200
@@ -56,7 +56,11 @@
 xoobr: $(objs)
 	$(CC) $(CFLAGS) $(LDFLAGS) $(objs) $(ldflags) -o $@
 
-.c.o :
+#ifdef SOLARIS2
+%.o : %.c
+#else
+.c.o:
+#endif
 	$(CC) $(CFLAGS) $(cflags) -c $<
 
 install: $(progs)