change cp to $(CP)
[openwrt.git] / target / linux / ar531x-2.4 / Makefile
index 989bcc4..6e6551b 100644 (file)
@@ -12,6 +12,6 @@ include ../kernel.mk
 $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked
        [ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches $(MAKE_TRACE)
        [ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches $(MAKE_TRACE)
-       @cp config $(LINUX_DIR)/.config
+       @$(CP) config $(LINUX_DIR)/.config
        touch $@