libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: Patch to pdemo Makefile.am


From: Robert Boehne
Subject: FYI: Patch to pdemo Makefile.am
Date: Wed, 05 Sep 2001 14:53:53 -0500

Hello,

Since the "pdemo" tests are basically copies of the "demo" tests,
the Makefile.am suffered from the same Automake 1.5 problem.
This patch fixes the test failures.

Thanks,

Robert

-- 
Robert Boehne             Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  address@hidden
Index: ChangeLog
===================================================================
RCS file: /cvsroot/libtool/libtool/ChangeLog,v
retrieving revision 1.1035
diff -u -r1.1035 ChangeLog
--- ChangeLog   2001/09/03 22:11:02     1.1035
+++ ChangeLog   2001/09/05 19:51:32
@@ -1,3 +1,9 @@
+2001-09-05  Robert Boehne  <address@hidden>
+
+       * pdemo/Makefile.am (helldl):  Automake 1.4 can't find the target
+       if we use helldl$(EXEEXT), and Automake 1.5 barfs unless we do.
+       Using both targets to the left of the colon seems to work though!
+
 2001-09-03  Gary V. Vaughan  <address@hidden>
 
        * demo/Makefile.am (helldl):  Automake 1.4 can't find the target
Index: pdemo/Makefile.am
===================================================================
RCS file: /cvsroot/libtool/libtool/pdemo/Makefile.am,v
retrieving revision 1.3
diff -u -r1.3 Makefile.am
--- pdemo/Makefile.am   2001/06/28 19:06:58     1.3
+++ pdemo/Makefile.am   2001/09/05 19:51:32
@@ -40,7 +40,7 @@
 
 bin_SCRIPTS = helldl
 # create a script that says that -dlopen is not supported
-helldl:
+helldl helldl$(EXEEXT):
        rm -f $@
        echo '#! /bin/sh' > $@
        echo '-dlopen is unsupported' >> $@

reply via email to

[Prev in Thread] Current Thread [Next in Thread]