[tools] automake: further relocation fixes
[openwrt.git] / tools / quilt / patches / 000-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
This page took 0.057871 seconds and 5 git commands to generate.