]> 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:06:56 +0000 (17:06 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 29 Jun 2001 17:06:56 +0000 (17:06 +0000)
* tests/Makefile.am (CPPLAGS): Typo. s/CPPLAGS/CPPFLAGS.

ChangeLog
tests/Makefile.am

index 311c18c6e9970bd349db131d631728d182fdae9d..5ed24e043fe7ca306f8366a8f6308025571a3be3 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 6ff2e0aac209011dbba7c32f34de3951df0f2845..5dcb936926f155349beb538d8546f320ae867522 100644 (file)
@@ -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@