Added httping
[openwrt.git] / package / config / Makefile
index e8a2d4b..846b04c 100644 (file)
@@ -2,12 +2,14 @@
 #
 # Copyright (C) 2002-2004 Erik Andersen <andersen@codepoet.org>
 
+CP=cp -fpR
 
 # Select the compiler needed to build binaries for your development system
 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
This page took 0.020304 seconds and 4 git commands to generate.