diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-02-13 12:40:39 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-02-13 12:40:39 +0000 |
commit | 66f97459e0ed3ee3247b8eb9491a69ef22b928f5 (patch) | |
tree | f092035183b9fefc850956aa58aeb0a3f4daeac3 /package/config | |
parent | 22a0baef13b2e301d249ef0c2f4923d02f61fdcd (diff) | |
download | upstream-66f97459e0ed3ee3247b8eb9491a69ef22b928f5.tar.gz upstream-66f97459e0ed3ee3247b8eb9491a69ef22b928f5.tar.bz2 upstream-66f97459e0ed3ee3247b8eb9491a69ef22b928f5.zip |
Added httping
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3230 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/config')
-rw-r--r-- | package/config/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/config/Makefile b/package/config/Makefile index 9e841d998e..846b04cbb4 100644 --- a/package/config/Makefile +++ b/package/config/Makefile @@ -9,6 +9,7 @@ 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 |