[tools] quilt: update to 0.60
[openwrt/svn-archive/archive.git] / tools / quilt / patches / 001-fix_compile.patch
1 --- a/Makefile.in
2 +++ b/Makefile.in
3 @@ -266,13 +266,10 @@ $(patsubst %.in,%,$(wildcard bin/*.in qu
4 @$(if $(filter $@,$(NON_EXEC_IN)),,chmod +x $@)
5
6 configure : configure.ac aclocal.m4
7 - autoconf
8 - @echo "Please run ./configure"
9 - @false
10 + @touch $@
11
12 Makefile : Makefile.in configure
13 - @echo "Please run ./configure"
14 - @false
15 + @touch $@
16
17 compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -maxdepth 1 -type f -perm +111))
18