thomas: server/openldap Makefile,1.23,1.24

cvs at kolab.org cvs at kolab.org
Mon Jan 19 17:23:55 CET 2009


Author: thomas

Update of /kolabrepository/server/openldap
In directory doto:/tmp/cvs-serv1337/openldap

Modified Files:
	Makefile 
Log Message:
Added missing dependency on $(EXTRA)


Index: Makefile
===================================================================
RCS file: /kolabrepository/server/openldap/Makefile,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Makefile	2 May 2008 10:57:03 -0000	1.23
+++ Makefile	19 Jan 2009 16:23:53 -0000	1.24
@@ -34,7 +34,7 @@
 	rm -rf $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm
 	rm -rf *~
 
-$(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm: Makefile $(PACKAGE).spec
+$(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm: Makefile $(PACKAGE).spec $(EXTRA)
 	test -d $(KOLABRPMSRC)/$(PACKAGE) || mkdir $(KOLABRPMSRC)/$(PACKAGE)
 	cd $(KOLABRPMSRC)/$(PACKAGE) && wget -c "$(SOURCE_0)"
 





More information about the commits mailing list