]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libyajl: Fix broken syntax
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 1 Jun 2016 21:32:33 +0000 (22:32 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 1 Jun 2016 21:32:33 +0000 (22:32 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/libyajl

index 41f70acc0e07dd28a4823aa25c4ad1f1bec3b49d..87483860f0bec05cfcc7233577504495a80f011b 100644 (file)
@@ -42,18 +42,19 @@ DEPS       = ""
 
 objects = $(DL_FILE)
 
-$(DL_FILE) = $(DL_FROM)
+$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
 $(DL_FILE)_MD5 = 58c61232e1be991fd9a7ceecfc78836c
 
-install : $(TARGET)
-check : $(patsubst %,$(DIR_CHK)/%,$(objects))
+install: $(TARGET)
 
-download :$(patsubst %,$(DIR_DL)/%,$(objects))
+check: $(patsubst %,$(DIR_CHK)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+download: $(patsubst %,$(DIR_DL)/%,$(objects))
 
-dist:.
+md5: $(subst %,%_MD5,$(objects))
+
+dist:
        $(PAK)
 
 ###############################################################################