From: Theodore Tso Date: Wed, 20 Mar 1996 05:19:49 +0000 (+0000) Subject: Fix SRCS definition so that it doesn't fool the Macintosh macfiles.sh X-Git-Tag: krb5-1.0-beta6~320 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4504670e18dd1107598f83b9f29467e4c21daf64;p=krb5.git Fix SRCS definition so that it doesn't fool the Macintosh macfiles.sh Makefile generation script. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7682 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index c8d3e2a7a..052c4de15 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,8 @@ +Wed Mar 20 00:19:08 1996 Theodore Y. Ts'o + + * 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 * configure.in: Use AC_HEADER_STDARG. diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in index 193f34fc2..a8354f388 100644 --- a/src/util/et/Makefile.in +++ b/src/util/et/Makefile.in @@ -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=