Fix SRCS definition so that it doesn't fool the Macintosh macfiles.sh
authorTheodore Tso <tytso@mit.edu>
Wed, 20 Mar 1996 05:19:49 +0000 (05:19 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 20 Mar 1996 05:19:49 +0000 (05:19 +0000)
Makefile generation script.

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

src/util/et/ChangeLog
src/util/et/Makefile.in

index c8d3e2a7a20d7dc4fb048bd2272628d8e0935f80..052c4de1513772da7be4aa205f6410b39a91bf98 100644 (file)
@@ -1,3 +1,8 @@
+Wed Mar 20 00:19:08 1996  Theodore Y. Ts'o  <tytso@dcl>
+
+       * Makefile.in (SRCS): Fix SRCS definition so that it doesn't fool
+               the Macintosh macfiles.sh Makefile generation script.
+
 Tue Mar 12 22:34:10 1996  Ken Raeburn  <raeburn@cygnus.com>
 
        * configure.in: Use AC_HEADER_STDARG.
index 193f34fc2afdf0b20fcd04ff428552af7bad49b2..a8354f388ac9c965302f2f908b6c960ecc5df425 100644 (file)
@@ -25,8 +25,10 @@ FILES=       Makefile et_name.c error_message.c compile_et.c \
                test_et.c test1.et test2.et \
                compiler.h internal.h \
                com_err.texinfo texinfo.tex
-SRCS=  compile_et.c error_table.c error_message.c et_name.c \
-       init_et.c com_err.c
+#SRCS= compile_et.c error_table.c error_message.c et_name.c \
+#      init_et.c com_err.c
+SRCS= error_message.c et_name.c init_et.c com_err.c
+
 
 DEPLIBS=
 SHLIB_LIBS=