Removed crctest.c from the SRCS list, since it's only a test program
authorTheodore Tso <tytso@mit.edu>
Sun, 31 Mar 1996 03:54:57 +0000 (03:54 +0000)
committerTheodore Tso <tytso@mit.edu>
Sun, 31 Mar 1996 03:54:57 +0000 (03:54 +0000)
and it confuses the Macintosh build.

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

src/lib/crypto/crc32/ChangeLog
src/lib/crypto/crc32/Makefile.in

index 86a9b0f9e2b7b9b7961c5adc98d063f5d1b581ed..3a2a1eebe2a440337e58083d6e08326a12e76a07 100644 (file)
@@ -1,3 +1,8 @@
+Sat Mar 30 22:54:12 1996  Theodore Y. Ts'o  <tytso@dcl>
+
+       * Makefile.in (SRCS): Removed crctest.c from the SRCS list, since
+               it's only a test program and it confuses the Macintosh build.
+
 Fri Oct  6 21:59:30 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * Makefile.in (CFLAGS): Remove ##DOS!include of config/windows.in.
index 2db675b796b097a2df9043ab8ac2e717d7bdd365..aa3cf873055eb9ca6543525e7154a418c445d01c 100644 (file)
@@ -9,7 +9,7 @@ CFLAGS = $(CCOPTS) $(DEFS)
 
 OBJS=  crc.$(OBJEXT)
 
-SRCS=  $(srcdir)/crc.c $(srcdir)/crctest.c
+SRCS=  $(srcdir)/crc.c
 
 all-unix:: shared $(OBJS) 
 all-mac:: shared $(OBJS)