ppcrcd/trunk/Makefile
    sparky 
    cvs at pld-linux.org
       
    Sun Aug  6 14:45:44 CEST 2006
    
    
  
Author: sparky
Date: Sun Aug  6 14:45:44 2006
New Revision: 7601
Modified:
   ppcrcd/trunk/Makefile
Log:
- use opt(ld)flags instead of rpm*flags
Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile	(original)
+++ ppcrcd/trunk/Makefile	Sun Aug  6 14:45:44 2006
@@ -244,9 +244,8 @@
 		--define="_topdir $(PWD)/out/rpm"	\
 		$(notdir $(firstword $^)).spec		\
 		$(BCOND-$(notdir $(firstword $^))) $(BCOND)		\
-		--define="rpmcflags $(RCFLAGS)"			\
-		--define="rpmcxxflags $(RCXXFLAGS)"		\
-		--define="rpmldflags $(RLDFLAGS)";		\
+		--define="optflags $(RCFLAGS)"			\
+		--define="optldflags $(RLDFLAGS)";		\
 		echo $$? > $(PWD)/EXIT) | tee $(PWD)/buildout;
 	[ `cat EXIT` == 0 ] || exit `cat EXIT`
 	rm -f RPMlist
    
    
More information about the pld-cvs-commit
mailing list