]> git.proxmox.com Git - pve-xtermjs.git/commitdiff
fix source tar make target dependency
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 Mar 2019 06:49:03 +0000 (07:49 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 Mar 2019 06:55:12 +0000 (07:55 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 975c10d94f094f83378b2a91b1b07a1ce729c3dc..632e463a7a7dfd3a830b6a2e787594c5de3f925f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ ${XTERMDATA}: ${XTERMJSTGZ}
        tar -xf ${XTERMJSTGZ}
 
 .PHONY: download
-download ${SRCDIR}:
+download ${XTERMJSTGZ}:
        wget https://registry.npmjs.org/xterm/-/${XTERMJSTGZ} -O ${XTERMJSTGZ}.tmp
        mv ${XTERMJSTGZ}.tmp ${XTERMJSTGZ}