escape the wildcard
authorEric Andersen <andersen@codepoet.org>
Mon, 2 Oct 2006 18:40:42 +0000 (18:40 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 2 Oct 2006 18:40:42 +0000 (18:40 -0000)
package/lsof/lsof.mk

index 6c2966241e2822fcb39445e9502b2ef77a6ac4c8..268bde3475f78d9398b535ef626c3646325a562f 100644 (file)
@@ -20,7 +20,7 @@ lsof-unpacked: $(LSOF_DIR)/.unpacked
 $(LSOF_DIR)/.unpacked: $(DL_DIR)/$(LSOF_SOURCE)
        $(LSOF_CAT) $(DL_DIR)/$(LSOF_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
        (cd $(LSOF_DIR);tar xf lsof_4.77_src.tar;rm -f lsof_4.77_src.tar)
-       toolchain/patch-kernel.sh $(LSOF_DIR) package/lsof/ *.patch
+       toolchain/patch-kernel.sh $(LSOF_DIR) package/lsof/ \*.patch
        touch $(LSOF_DIR)/.unpacked
 
 $(LSOF_DIR)/.configured: $(LSOF_DIR)/.unpacked