libtool
[Top][All Lists]
Advanced

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

Re: feedback on libltdl changes


From: Peter O'Gorman
Subject: Re: feedback on libltdl changes
Date: Sun, 18 Jul 2004 23:54:30 +0900
User-agent: Mozilla Thunderbird 0.6 (Macintosh/20040502)

Peter O'Gorman wrote:

Gary V.Vaughan wrote:


  ../libdlloader.la:
      cd ..; $(MAKE) $(MAKEFLAGS) libdlloader.la


I just applied this patch, hope you come up with something for the -ldl issues.

Peter


------------------------------------------------------------------------

Index: ChangeLog
from  Greg Eisenhauer  <address@hidden>

        * libltdl/loaders/Makefile.am: Use AM_MAKEFLAGS not MAKEFLAGS.


Grr, yes, I did just commit a ChangeLog entry with no actual changes. I have now committed the change too.

diff -u -3 -p -u -r1.1 Makefile.am
--- Makefile.am 15 Jul 2004 12:14:48 -0000      1.1
+++ Makefile.am 18 Jul 2004 14:51:50 -0000
@@ -55,4 +55,4 @@ ltdldata_DATA         = Makefile.am dld_link.c
                          load_add_on.c loadlibrary.c shl_load.c

 ../libdlloader.la:
-       cd ..; $(MAKE) $(MAKEFLAGS) libdlloader.la
+       cd ..; $(MAKE) $(AM_MAKEFLAGS) libdlloader.la

Peter
--
Peter O'Gorman - http://www.pogma.com




reply via email to

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