diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-02-13 12:43:26 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-02-13 12:43:26 +0000 |
commit | 7f468812b47cdbc37a178f5948a290c103dd7e23 (patch) | |
tree | 4e77b28c6f0f971f47c826a2eb36a4d7b5f844ac /openwrt/package/config | |
parent | 5c4c4cc208bc8a81ffa51b65183e7439db8f71f8 (diff) | |
download | mtk-20170518-7f468812b47cdbc37a178f5948a290c103dd7e23.zip mtk-20170518-7f468812b47cdbc37a178f5948a290c103dd7e23.tar.gz mtk-20170518-7f468812b47cdbc37a178f5948a290c103dd7e23.tar.bz2 |
changed cp for $(CP), reverted wrong package/config/Makefile CP
SVN-Revision: 3231
Diffstat (limited to 'openwrt/package/config')
-rw-r--r-- | openwrt/package/config/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/package/config/Makefile b/openwrt/package/config/Makefile index 846b04c..9e841d9 100644 --- a/openwrt/package/config/Makefile +++ b/openwrt/package/config/Makefile @@ -9,7 +9,6 @@ HOSTCC = gcc HOSTCFLAGS= -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc. LC_ALL:= C -CP:=cp -a all: ncurses conf mconf |