mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Correct the prerequisite for the "test-links" target
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7449 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
02be151ac2
commit
cb55412f9d
2
Makefile
2
Makefile
@ -132,7 +132,7 @@ $(BASEDIR)/wget-list: $(RENDERTMP)/blfs-full.xml
|
||||
$(Q)xsltproc --nonet --output $(BASEDIR)/wget-list \
|
||||
stylesheets/wget-list.xsl $(RENDERTMP)/blfs-full.xml
|
||||
|
||||
test-links: $(RENDERTMP)/blfs-full.xml
|
||||
test-links: $(BASEDIR)/test-links
|
||||
$(BASEDIR)/test-links: $(RENDERTMP)/blfs-full.xml
|
||||
@echo "Generating test-links file..."
|
||||
$(Q)mkdir -p $(BASEDIR)
|
||||
|
Loading…
Reference in New Issue
Block a user