common Makefile.common,1.124,1.125

Jesse Keating jkeating at fedoraproject.org
Mon Mar 30 21:09:32 UTC 2009


Author: jkeating

Update of /cvs/pkgs/common
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14466

Modified Files:
	Makefile.common 
Log Message:
Missing an endif



Index: Makefile.common
===================================================================
RCS file: /cvs/pkgs/common/Makefile.common,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- Makefile.common	30 Mar 2009 20:50:05 -0000	1.124
+++ Makefile.common	30 Mar 2009 21:09:02 -0000	1.125
@@ -24,7 +24,7 @@
 # generic in the future
 ifeq ($(BRANCH),devel)
 BRANCH:=$(shell cvs rlog rpms/$(NAME)/F-11/$(SPECFILE) >/dev/null 2>&1 && echo "F-12" || echo "devel")
-#endif
+endif
 BRANCHINFO = $(shell grep ^$(BRANCH): $(COMMON_DIR)/branches | cut -d: --output-delimiter=" " -f2-)
 TARGET := $(word 1, $(BRANCHINFO))
 DIST = $(word 2, $(BRANCHINFO))




More information about the fedora-extras-commits mailing list