2011-08-02 03:22:45 +08:00
|
|
|
--- a/Makefile.in
|
|
|
|
+++ b/Makefile.in
|
2014-05-09 19:55:52 +08:00
|
|
|
@@ -272,13 +272,10 @@ $(patsubst %.in,%,$(wildcard bin/*.in qu
|
2013-09-25 04:01:03 +08:00
|
|
|
@$(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 $@
|
|
|
|
|
2014-05-09 19:55:52 +08:00
|
|
|
compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -type f -perm -0100))
|
2011-08-02 03:22:45 +08:00
|
|
|
|