libtool-patches
[Top][All Lists]
Advanced

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

FYI: 4-gary-automake-1-5-support.patch


From: Gary V. Vaughan
Subject: FYI: 4-gary-automake-1-5-support.patch
Date: Mon, 3 Sep 2001 23:11:19 +0100
User-agent: Mutt/1.3.21i

Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>

        * demo/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!

Index: demo/Makefile.am
===================================================================
RCS file: /cvsroot/libtool/libtool/demo/Makefile.am,v
retrieving revision 1.23
diff -u -r1.23 Makefile.am
--- demo/Makefile.am 2001/04/22 23:21:58 1.23
+++ demo/Makefile.am 2001/09/03 22:02:47
@@ -15,7 +15,7 @@
 if BINARY_HELLDL
 BUILD_helldl = helldl
 else
-BUILD_helldl = 
+BUILD_helldl =
 endif
 
 bin_PROGRAMS = hell hell.static $(BUILD_helldl)
@@ -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' >> $@

-- 
  ())_. Gary V. Vaughan     gary@(oranda.demon.co.uk|gnu.org)
  ( '/  Research Scientist  http://www.oranda.demon.co.uk       ,_())____
  / )=  GNU Hacker          http://www.gnu.org/software/libtool  \'      `&
`(_~)_  Tech' Author        http://sources.redhat.com/autobook   =`---d__/



reply via email to

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