X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3d80c3754b3421428b47f89ce26f07adf10e7501..294c9e8c0eda5777ef9a920b2c99be1c880b69be:/openwrt/package/config/Makefile diff --git a/openwrt/package/config/Makefile b/openwrt/package/config/Makefile index 455a33d23..9e841d998 100644 --- a/openwrt/package/config/Makefile +++ b/openwrt/package/config/Makefile @@ -2,6 +2,7 @@ # # Copyright (C) 2002-2004 Erik Andersen +CP=cp -fpR # Select the compiler needed to build binaries for your development system HOSTCC = gcc @@ -77,16 +78,16 @@ lex.zconf.o: lex.zconf.c $(SHARED_DEPS) $(HOSTCC) $(HOSTCFLAGS) -I. -c $< -o $@ lex.zconf.c: lex.zconf.c_shipped - cp lex.zconf.c_shipped lex.zconf.c + $(CP) lex.zconf.c_shipped lex.zconf.c zconf.tab.o: zconf.tab.c lex.zconf.c confdata.c expr.c symbol.c menu.c $(SHARED_DEPS) $(HOSTCC) $(HOSTCFLAGS) -I. -c $< -o $@ zconf.tab.c: zconf.tab.c_shipped - cp zconf.tab.c_shipped zconf.tab.c + $(CP) zconf.tab.c_shipped zconf.tab.c zconf.tab.h: zconf.tab.h_shipped - cp zconf.tab.h_shipped zconf.tab.h + $(CP) zconf.tab.h_shipped zconf.tab.h endif .PHONY: ncurses