2023-08-16 22:26:55 +00:00
|
|
|
Index: Makefile.in
|
2024-05-26 03:08:12 +00:00
|
|
|
|
|
|
|
Building the loadable modules depends on files created during the
|
|
|
|
main build.
|
|
|
|
|
2023-08-16 22:26:55 +00:00
|
|
|
--- Makefile.in.orig
|
|
|
|
+++ Makefile.in
|
|
|
|
@@ -803,7 +803,7 @@ $(srcdir)/configure: $(srcdir)/configure.ac $(srcdir)/
|
|
|
|
reconfig: force
|
|
|
|
sh $(srcdir)/configure -C
|
|
|
|
|
|
|
|
-loadables:
|
|
|
|
+loadables: .made
|
|
|
|
cd $(LOADABLES_DIR) && $(MAKE) $(MFLAGS) all
|
|
|
|
|
|
|
|
#newversion: mkversion
|