[tools] quilt: make relocatable, search resources relative to STAGING_DIR
[openwrt.git] / tools / quilt / patches / 001-fix_compile.patch
1 --- a/Makefile.in
2 +++ b/Makefile.in
3 @@ -273,13 +273,10 @@ $(patsubst %.in,%,$(wildcard bin/*.in qu
4  lib/backup-files.o :: Makefile
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