From: Ralf Wildenhues Date: Fri, 25 Nov 2005 18:54:08 +0000 (+0000) Subject: * libltdl/Makefile.inc (libltdl/argz.h): Create libltdl X-Git-Tag: release-2-1b~383 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe39aca14eb91bf87e5a2cae373e1bbe52c11c75;p=thirdparty%2Flibtool.git * 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 . --- diff --git a/ChangeLog b/ChangeLog index 9b44c8764..848093b6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-11-25 Ralf Wildenhues + + * 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 . + 2005-11-25 Eric Blake , Ralf Wildenhues diff --git a/libltdl/Makefile.inc b/libltdl/Makefile.inc index 6d3ddf04f..9c61e70aa 100644 --- a/libltdl/Makefile.inc +++ b/libltdl/Makefile.inc @@ -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 \