Remove duplicate definitions for DEFs, CC, CCOPTS and LIBS
authorTheodore Tso <tytso@mit.edu>
Fri, 28 Oct 1994 02:33:15 +0000 (02:33 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 28 Oct 1994 02:33:15 +0000 (02:33 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4595 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/asn.1/ChangeLog
src/lib/krb5/asn.1/Makefile.sane.in

index 6b7e5ba25774bb35767a8f4191a2530af4eefb7f..52a8803e3d4fe4b0ae9f17cf7da8af97369a803f 100644 (file)
@@ -1,3 +1,8 @@
+Thu Oct 27 22:32:13 1994  Theodore Y. Ts'o  (tytso@dcl)
+
+       * Makefile.sane.in: Remove duplicate definitions for DEFS, CC,
+               CCOPTS, and LIBS.  (now defined in config/pre.in).
+
 Wed Oct 19 10:51:16 1994  Theodore Y. Ts'o  (tytso@maytag)
 
        * err2kerr.c (KRB5_KRB__ERROR2krb5_error): The e_data field
index 63d043fa098d3f505b017dab47deb3ca83bcf044..f5fcd6c8ede5e76a7161cacf2ad5806fc0c6e52b 100644 (file)
@@ -2,11 +2,6 @@ BUILDTOP=@BUILDTOP@
 srcdir = @srcdir@
 VPATH = @srcdir@
 
-DEFS = @DEFS@
-CC = @CC@
-CCOPTS = @CCOPTS@
-LIBS = @LIBS@
 CFLAGS=$(CCOPTS) $(DEFS)
 LDFLAGS = -g