[backfire/packages] merge r28424
[openwrt/svn-archive/archive.git] / libs / uclibc++ / patches / 001-path_to_make.patch
1 diff -ur old/Makefile dev/Makefile
2 --- old/Makefile Sat Oct 14 17:49:55 2006
3 +++ dev/Makefile Sat Oct 14 17:50:18 2006
4 @@ -1,4 +1,3 @@
5 -MAKE = make
6 SUBDIRS = bin include src
7
8 # User defines:
9 @@ -43,10 +42,10 @@
10 #Menu configuration system
11
12 extra/config/conf:
13 - make -C extra/config conf
14 + $(MAKE) -C extra/config conf
15
16 extra/config/mconf:
17 - make -C extra/config ncurses mconf
18 + $(MAKE) -C extra/config ncurses mconf
19
20 menuconfig: extra/config/mconf
21 @./extra/config/mconf extra/Configs/Config.in
22 @@ -71,7 +70,7 @@
23
24 include/system_configuration.h: .config
25 @if [ ! -x ./extra/config/conf ] ; then \
26 - make -C extra/config conf; \
27 + $(MAKE) -C extra/config conf; \
28 fi;
29 @./extra/config/conf -o extra/Configs/Config.in
30