Don't actually add the $(CPPOPTS) flags to CPPFLAGS; CPPFLAGS has them
authorTheodore Tso <tytso@mit.edu>
Thu, 3 Nov 1994 03:56:08 +0000 (03:56 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 3 Nov 1994 03:56:08 +0000 (03:56 +0000)
defined already.  In fact, don't define the CPPOPTS makefile variable
at all; we don't need it.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4620 dc483132-0cff-0310-8789-dd5450dbe970

src/config/ChangeLog
src/config/pre.in

index 517aab4604cc66160440414c75cc6feaff211339..35c88871ecb8eeb079289679bcc0c2fdcf46e551 100644 (file)
@@ -1,5 +1,9 @@
 Wed Nov  2 21:04:18 1994  Theodore Y. Ts'o  (tytso@dcl)
 
+       * pre.in: Don't actually add the $(CPPOPTS) flags to CPPFLAGS;
+               CPPFLAGS has them defined already.  In fact, don't define
+               the CPPOPTS makefile variable at all; we don't need it.
+
        * pre.in: Add support for a new --with-cppopts" value where you
                can put -DXXXXX such that they are found by autoconf tests
                that use run the preprocessor over header files.
index f56abbb491d4ec82e9bd06de2ea592c6bfc3f960..aee7a04cce1e43b7013ccd623bc006b1d776acba 100644 (file)
@@ -5,11 +5,10 @@ BUILDTOP = @BUILDTOP@
 srcdir = @srcdir@
 VPATH = @srcdir@
 
-CPPFLAGS = @CPPFLAGS@ $(CPPOPTS)
+CPPFLAGS = @CPPFLAGS@
 DEFS = @DEFS@ $(CPPFLAGS)
 CC = @CC@
 CCOPTS = @CCOPTS@
-CPPOPTS = @CPPOPTS@
 LIBS = @LIBS@
 KRB5ROOT= @KRB5ROOT@
 KRB4=@KRB4@