Root/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 
19

Archive Download this file



interactive