]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/Makefile.inc (libltdl/argz.h): Create libltdl
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 25 Nov 2005 18:54:08 +0000 (18:54 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 25 Nov 2005 18:54:08 +0000 (18:54 +0000)
directory if it does not exist yet.  Take care that munging
of the file will not mess up the build rule.
Reported by Peter O'Gorman <peter@pogma.com>.

ChangeLog
libltdl/Makefile.inc

index 9b44c87641994637bd0c3b85f4bd95fd490e778d..848093b6c8b7257ec527f607cbbfcedea0f0e284 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-11-25  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+       * libltdl/Makefile.inc (libltdl/argz.h): Create libltdl
+       directory if it does not exist yet.  Take care that munging
+       of the file will not mess up the build rule.
+       Reported by Peter O'Gorman <peter@pogma.com>.
+
 2005-11-25  Eric Blake  <ebb9@byu.net>,
            Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
index 6d3ddf04fd153934de48db1c049457f860946df0..9c61e70aac326e3c0da667f50bd51fff46e618de 100644 (file)
@@ -138,6 +138,7 @@ EXTRA_DIST  += libltdl/argz_.h
 # doesn't have one that works with the given compiler.
 all-local $(lib_OBJECTS): libltdl/$(ARGZ_H)
 libltdl/argz.h: libltdl/argz_.h
+       $(mkinstalldirs) . libltdl/
        cp $(srcdir)/libltdl/argz_.h $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += libltdl/argz.h \