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 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>
# 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 \