2011-08-02 03:22:45 +08:00
|
|
|
--- a/Makefile.in
|
|
|
|
+++ b/Makefile.in
|
2013-09-25 04:01:03 +08:00
|
|
|
@@ -266,13 +266,10 @@ $(patsubst %.in,%,$(wildcard bin/*.in qu
|
|
|
|
@$(if $(filter $@,$(NON_EXEC_IN)),,chmod +x $@)
|
2011-08-02 03:22:45 +08:00
|
|
|
|
|
|
|
configure : configure.ac aclocal.m4
|
|
|
|
- autoconf
|
|
|
|
- @echo "Please run ./configure"
|
|
|
|
- @false
|
|
|
|
+ @touch $@
|
|
|
|
|
|
|
|
Makefile : Makefile.in configure
|
|
|
|
- @echo "Please run ./configure"
|
|
|
|
- @false
|
|
|
|
+ @touch $@
|
|
|
|
|
|
|
|
compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -maxdepth 1 -type f -perm +111))
|
|
|
|
|