Author: bdubbs
Date: Sun Sep  1 06:55:47 2013
New Revision: 10334

Log:
Tweak dependencies for wget-list and md5sums

Modified:
   trunk/BOOK/Makefile

Modified: trunk/BOOK/Makefile
==============================================================================
--- trunk/BOOK/Makefile Sat Aug 31 16:22:44 2013        (r10333)
+++ trunk/BOOK/Makefile Sun Sep  1 06:55:47 2013        (r10334)
@@ -98,13 +98,15 @@
            --output $(RENDERTMP)/lfs-html.xml stylesheets/lfs-xsl/profile.xsl \
            $(RENDERTMP)/lfs-full.xml
 
-$(BASEDIR)/wget-list: stylesheets/wget-list.xsl chapter03/chapter03.xml 
packages.ent
+wget-list: $(BASEDIR)/wget-list
+$(BASEDIR)/wget-list: stylesheets/wget-list.xsl chapter03/chapter03.xml 
packages.ent patches.ent
        @echo "Generating wget list..."
        $(Q)mkdir -p $(BASEDIR)
        $(Q)xsltproc --xinclude --nonet --output $(BASEDIR)/wget-list \
            stylesheets/wget-list.xsl chapter03/chapter03.xml
 
-$(BASEDIR)/md5sums: stylesheets/wget-list.xsl chapter03/chapter03.xml 
packages.ent
+md5sums: $(BASEDIR)/md5sums
+$(BASEDIR)/md5sums: stylesheets/wget-list.xsl chapter03/chapter03.xml 
packages.ent patches.ent
        @echo "Generating md5sum file..."
        $(Q)mkdir -p $(BASEDIR)
        $(Q)xsltproc --xinclude --nonet --output $(BASEDIR)/md5sums \
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to