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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to