changed cp for $(CP), reverted wrong package/config/Makefile CP
SVN-Revision: 3231
This commit is contained in:
parent
5c4c4cc208
commit
7f468812b4
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -27,7 +27,7 @@ $(PKG_BUILD_DIR)/.built:
|
|||
|
||||
$(IPKG_HTTPING):
|
||||
mkdir -p $(IDIR_HTTPING)/usr/sbin
|
||||
cp $(PKG_BUILD_DIR)/$(PKG_NAME) $(IDIR_HTTPING)/usr/sbin/
|
||||
$(CP) $(PKG_BUILD_DIR)/$(PKG_NAME) $(IDIR_HTTPING)/usr/sbin/
|
||||
$(STRIP) $(IDIR_HTTPING)/usr/sbin/*
|
||||
$(IPKG_BUILD) $(IDIR_HTTPING) $(PACKAGE_DIR)
|
||||
|
||||
|
|
Loading…
Reference in a new issue