6899422 Replace DPS client libraries with open source version from X11R6.9 (fix build race) nv_128
authorAlan Coopersmith <Alan.Coopersmith@Sun.COM>
Tue, 10 Nov 2009 00:12:01 -0800
changeset 827 3c2201c40661
parent 826 6b82b4ab31aa
child 828 e51729dbd753
6899422 Replace DPS client libraries with open source version from X11R6.9 (fix build race)
open-src/lib/DPS/sun-src/libdps/Makefile
open-src/lib/DPS/sun-src/pswrap/Makefile
--- a/open-src/lib/DPS/sun-src/libdps/Makefile	Mon Nov 09 20:01:32 2009 -0800
+++ b/open-src/lib/DPS/sun-src/libdps/Makefile	Tue Nov 10 00:12:01 2009 -0800
@@ -30,7 +30,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-#ident	"@(#)Makefile	1.1	09/11/09 SMI"
+#ident	"@(#)Makefile	1.2	09/11/10 SMI"
 #
 
     REQUIREDLIBS = -lX11 -lsocket -lnsl -lc
@@ -289,6 +289,7 @@
 	${RM} .sort .ttt .attt
 
 all:: ../include/DPS/psops.h ../include/DPS/dpsops.h
+$(OBJS): $(HEADERS) ../include/DPS/psops.h ../include/DPS/dpsops.h
 
 ../include/DPS/psops.h: psops.h
 	-${RM} $@
--- a/open-src/lib/DPS/sun-src/pswrap/Makefile	Mon Nov 09 20:01:32 2009 -0800
+++ b/open-src/lib/DPS/sun-src/pswrap/Makefile	Tue Nov 10 00:12:01 2009 -0800
@@ -28,7 +28,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-#ident	"@(#)Makefile	1.1	09/11/09 SMI"
+#ident	"@(#)Makefile	1.2	09/11/10 SMI"
 #
 
 # Manual conversion of X11R6.9 xc/config/pswrap/Imakefile
@@ -68,7 +68,7 @@
 .c.o:
 	$(V_CC)$(CC) $(CFLAGS) $(CPPFLAGS) -c $(OUTPUT_OPTION) $<
 
-pswparse.h + pswparser.c : pswparser.y
+pswparser.h + pswparser.c : pswparser.y
 	$(V_YACC)$(YACC) $(YFLAGS) pswparser.y ; \
 	mv y.tab.c pswparser.c ; \
 	mv y.tab.h pswparser.h
@@ -79,3 +79,4 @@
 clean:
 	${RM} lexer.c y.tab.h pswparser.c *.o pswrap
 
+lexer.o: pswparser.h