From f212b8d7df98da3b07f9584cd5d6026d864e8c07 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Fri, 22 Jan 1999 09:39:15 +0000 Subject: [PATCH] * mdemo/Makefile.am (../libltdl/libtool): if it does not exist, the sub-make for libltdlc.la will take care of it, but we must at least provide an empty rule for it, otherwise the sub-make will never run --- ChangeLog | 5 +++++ mdemo/Makefile.am | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 41b5134fc..80b2c679e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 1999-01-22 Alexandre Oliva + * mdemo/Makefile.am (../libltdl/libtool): if it does not exist, + the sub-make for libltdlc.la will take care of it, but we must at + least provide an empty rule for it, otherwise the sub-make will + never run + * demo/configure.in, demo/Makefile.am (DLPREOPEN): reverted; it didn't make any difference. diff --git a/mdemo/Makefile.am b/mdemo/Makefile.am index a5675a418..e1a5a28c1 100644 --- a/mdemo/Makefile.am +++ b/mdemo/Makefile.am @@ -21,6 +21,9 @@ bin_PROGRAMS = mdemo mdemo.debug ../libltdl/libltdlc.la: ../libtool ../libltdl/libtool \ $(srcdir)/../libltdl/ltdl.c $(srcdir)/../libltdl/ltdl.h (cd ../libltdl; $(MAKE) libltdlc.la) +# Without the following line, the check may fail if libltdl/libtool is +# removed after libltdl is configured +../libltdl/libtool: # Create a version of mdemo that does dlopen. mdemo_SOURCES = main.c -- 2.47.2