]> git.saurik.com Git - apt.git/blobdiff - buildlib/copy.mak
merged from the debian-sid branch
[apt.git] / buildlib / copy.mak
index 15f448827b3e7915f34a2204313de0a56e723ecb..e8fe43deb5443faf780747649e2f5cc9c3d54dcc 100644 (file)
@@ -1,6 +1,6 @@
 # -*- make -*-
 
-# This installs arbitary files into a directory
+# This installs arbitrary files into a directory
 
 # Input
 # $(SOURCE) - The documents to use
@@ -21,7 +21,7 @@ veryclean: veryclean/$(LOCAL)
 
 MKDIRS += $(dir $($(LOCAL)-LIST))
 
-$($(LOCAL)-LIST) : $(TO)/% : %
+$($(LOCAL)-LIST) : $(TO)/% : % dirs
        echo Installing $< to $(@D)
        cp $< $(@D)