]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libyajl
reiserfsprogs: Update to 3.6.27
[ipfire-2.x.git] / lfs / libyajl
index 41f70acc0e07dd28a4823aa25c4ad1f1bec3b49d..703f7f21df051b721255f1b8cadfe2b7a99a06d6 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2016  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -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)
 
 ###############################################################################