First git repo commit for the libreCMC project
[librecmc/librecmc.git] / tools / quilt / patches / 001-fix_compile.patch
1 --- a/Makefile.in
2 +++ b/Makefile.in
3 @@ -272,13 +272,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 -type f -perm -0100))
18