difos/tools/quilt/patches/001-fix_compile.patch
Rosen Penev 4e7387cebd tools/quilt: update to 0.69
Refresh patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18858
Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-05-22 18:53:24 +02:00

18 lines
435 B
Diff

--- a/Makefile.in
+++ b/Makefile.in
@@ -279,13 +279,10 @@ $(patsubst %.in,%,$(wildcard bin/*.in qu
@$(if $(filter $@,$(NON_EXEC_IN)),,chmod +x $@)
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 -type f -perm -0100))