common Makefile.common,1.39,1.40

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Tue Feb 20 02:38:58 UTC 2007


Author: ausil

Update of /cvs/extras/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29514

Modified Files:
	Makefile.common 
Log Message:
fix defines for rpm



Index: Makefile.common
===================================================================
RCS file: /cvs/extras/common/Makefile.common,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- Makefile.common	16 Oct 2006 14:31:02 -0000	1.39
+++ Makefile.common	20 Feb 2007 02:38:28 -0000	1.40
@@ -52,7 +52,8 @@
 RPM_DEFINES = --define "_sourcedir $(SOURCEDIR)" \
 		--define "_builddir $(BUILDDIR)" \
 		--define "_srcrpmdir $(SRCRPMDIR)" \
-		--define "_rpmdir $(RPMDIR)"
+		--define "_rpmdir $(RPMDIR)" \
+                $(DIST_DEFINES)
 endif
 
 # Initialize the variables that we need, but are not defined




More information about the scm-commits mailing list