]> git.pld-linux.org Git - packages/libtool.git/blob - libtool-pmake.patch
This commit was manufactured by cvs2git to create branch 'RA-
[packages/libtool.git] / libtool-pmake.patch
1 --- libtool-1.4e/libltdl/Makefile.am    Tue Sep 11 01:26:44 2001
2 +++ libtool-1.4e.new/libltdl/Makefile.am        Mon Mar  3 20:40:35 2003
3 @@ -46,3 +46,13 @@
4             || cp $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file || :; \
5           fi; \
6         done
7 +
8 +$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
9 +       cd $(top_srcdir) && \
10 +         $(AUTOMAKE) --foreign  Makefile
11 +       touch touchfile
12 +
13 +touchfile: $(srcdir)/Makefile.in
14 +
15 +$(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) touchfile
16 +       cd $(srcdir) && $(AUTOCONF)
This page took 0.070339 seconds and 3 git commands to generate.