From: Gary V. Vaughan Date: Fri, 29 Jun 2001 17:06:56 +0000 (+0000) Subject: From "Golubev I. N." X-Git-Tag: release-1-4-1~21 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=1481fc9c8a60590bdfd0ed48584c0525d8747748;p=thirdparty%2Flibtool.git From "Golubev I. N." * tests/Makefile.am (CPPLAGS): Typo. s/CPPLAGS/CPPFLAGS. --- diff --git a/ChangeLog b/ChangeLog index 311c18c6e..5ed24e043 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-06-29 Gary V. Vaughan + From "Golubev I. N." + * tests/Makefile.am (CPPLAGS): Typo. s/CPPLAGS/CPPFLAGS. + * mdemo/Makefile,am (foo1_la_LIBADD): Add libsub.la, since foo1 does use symbols from libsub.la -- only platforms that allow undefined symbols in libraries were able to cope with this diff --git a/tests/Makefile.am b/tests/Makefile.am index 6ff2e0aac..5dcb93692 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -38,9 +38,9 @@ demo-conf.test: $(top_builddir)/libtool $(top_builddir)/libtool: cd $(top_builddir) && $(MAKE) all -# We should export these variables when we run ltconfig. +# We should export these variables when we build the libtool script. CFLAGS = @CFLAGS@ -CPPLAGS = @CPPFLAGS@ +CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@