rpms/ca-certificates/devel Makefile,1.3,1.4

jorton jorton at fedoraproject.org
Mon Jan 18 09:23:32 UTC 2010


Author: jorton

Update of /cvs/extras/rpms/ca-certificates/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19666

Modified Files:
	Makefile 
Log Message:
- revert temp hack



Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/ca-certificates/devel/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- Makefile	15 Jan 2010 20:22:01 -0000	1.3
+++ Makefile	18 Jan 2010 09:23:31 -0000	1.4
@@ -7,8 +7,7 @@ define find-makefile-common
 for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
 endef
 
-MAKEFILE_COMMON := ../common/Makefile.common
-#MAKEFILE_COMMON := $(shell $(find-makefile-common))
+MAKEFILE_COMMON := $(shell $(find-makefile-common))
 
 ifeq ($(MAKEFILE_COMMON),)
 # attept a checkout



More information about the scm-commits mailing list