diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 12:54:17 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 12:54:17 +0000 |
commit | fd8bf9a89995f295bea3f3ca53f0ab77958811e9 (patch) | |
tree | 76ac3ab7dfba241ca7fc9976b91e00ccaa720147 /target/linux/package/openwrt/Makefile | |
parent | 6451d03c02951f9cbf46510e5d0adb74ffca70c8 (diff) |
more V= fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2234 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/openwrt/Makefile')
-rw-r--r-- | target/linux/package/openwrt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/package/openwrt/Makefile b/target/linux/package/openwrt/Makefile index ef2c1cea0..f55b91d78 100644 --- a/target/linux/package/openwrt/Makefile +++ b/target/linux/package/openwrt/Makefile @@ -47,7 +47,7 @@ install: compile openwrt-install openwrt-install: $(IPKG) install $(IPKG_OPENWRT) -compile: install-dev $(IPKG_OPENWRT) +compile-targets: install-dev $(IPKG_OPENWRT) install-dev: mkdir -p $(STAGING_DIR)/usr/include cp -fpR ./include/[a-z]* $(STAGING_DIR)/usr/include/ |