[Fedora-directory-commits] mod_revocator Makefile.am, 1.4, 1.5 configure.in, 1.3, 1.4 aclocal.m4, 1.4, 1.5 Makefile.in, 1.4, 1.5 configure, 1.4, 1.5

Robert Crittenden (rcritten) fedora-directory-commits at redhat.com
Tue Oct 17 20:42:05 UTC 2006


Author: rcritten

Update of /cvs/dirsec/mod_revocator
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20457

Modified Files:
	Makefile.am configure.in aclocal.m4 Makefile.in configure 
Log Message:
Fix dependencies so a parallel make will work



Index: Makefile.am
===================================================================
RCS file: /cvs/dirsec/mod_revocator/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.am	16 Oct 2006 18:16:35 -0000	1.4
+++ Makefile.am	17 Oct 2006 20:42:03 -0000	1.5
@@ -28,7 +28,7 @@
 
 # The environment variable $CRUNTIME needs to be set to -library=Crun
 # on Solaris systems.
-relink:
+relink: librevocation.la libnssckfw2.a
 	rm -f .libs/librevocation.so.$(LIB_VERSION)
 	$(CXX) $(SHARED_LINK) -Wl,-soname,librevocation.so.0 $(am_librevocation_la_OBJECTS) $(LIBS) libnssckfw2.a -lnssb -o .libs/librevocation.so.$(LIB_VERSION) $(CRUNTIME)
 
@@ -44,5 +44,5 @@
 
 # This program is used to retrieve data from an LDAP URL and return the
 # attribute data over stdout. It is used in conjunction with an exec:// URL
-ldapget: ldapget.cpp
+ldapget: ldapget.cpp relink
 	$(CXX) ldapget.cpp client.o ldap-client.o unescape.o -o ldapget $(INCLUDES) $(LIBS) libnssckfw2.a -L .libs/ -lrevocation






Index: Makefile.in
===================================================================
RCS file: /cvs/dirsec/mod_revocator/Makefile.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.in	16 Oct 2006 18:16:35 -0000	1.4
+++ Makefile.in	17 Oct 2006 20:42:03 -0000	1.5
@@ -531,7 +531,7 @@
 
 # The environment variable $CRUNTIME needs to be set to -library=Crun
 # on Solaris systems.
-relink:
+relink: librevocation.la libnssckfw2.a
 	rm -f .libs/librevocation.so.$(LIB_VERSION)
 	$(CXX) $(SHARED_LINK) -Wl,-soname,librevocation.so.0 $(am_librevocation_la_OBJECTS) $(LIBS) libnssckfw2.a -lnssb -o .libs/librevocation.so.$(LIB_VERSION) $(CRUNTIME)
 
@@ -547,7 +547,7 @@
 
 # This program is used to retrieve data from an LDAP URL and return the
 # attribute data over stdout. It is used in conjunction with an exec:// URL
-ldapget: ldapget.cpp
+ldapget: ldapget.cpp relink
 	$(CXX) ldapget.cpp client.o ldap-client.o unescape.o -o ldapget $(INCLUDES) $(LIBS) libnssckfw2.a -L .libs/ -lrevocation
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.






More information about the Fedora-directory-commits mailing list