001-fix_compile.patch 435 B

123456789101112131415161718
  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. configure : configure.ac aclocal.m4
  6. - autoconf
  7. - @echo "Please run ./configure"
  8. - @false
  9. + @touch $@
  10. Makefile : Makefile.in configure
  11. - @echo "Please run ./configure"
  12. - @false
  13. + @touch $@
  14. compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -type f -perm -0100))