]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
From "Golubev I. N." <gin@mo.msk.ru>
authorGary V. Vaughan <gary@gnu.org>
Fri, 29 Jun 2001 17:09:04 +0000 (17:09 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 29 Jun 2001 17:09:04 +0000 (17:09 +0000)
* tests/Makefile.am (CPPLAGS): Typo. s/CPPLAGS/CPPFLAGS.

ChangeLog
tests/Makefile.am

index 4fc0278aa90f3e08c2c9a07e7d57e9a12043264b..68a689b08a5f19c26711015de6384da0618a0622 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-06-29  Gary V. Vaughan  <gary@gnu.org>
 
+       From "Golubev I. N." <gin@mo.msk.ru>
+       * 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
index 712a1ae7dad6e2c27eea159cf9dc58f53027e165..743530c083c015e016e7e51206ea47563c190f47 100644 (file)
@@ -51,9 +51,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@