diff options
| author | Ben Kaduk <kaduk@mit.edu> | 2012-09-21 13:33:01 -0400 |
|---|---|---|
| committer | Ben Kaduk <kaduk@mit.edu> | 2012-09-25 10:52:49 -0400 |
| commit | f85652af868e64811f2b32b815d4198e7f9017f6 (patch) | |
| tree | 33506a9f87d03186f1959bdd995883afccc864a4 /src/util/et | |
| parent | 96ff6f5d0dd8e73bb245ee2724c7f31aeae885d1 (diff) | |
| download | krb5-f85652af868e64811f2b32b815d4198e7f9017f6.tar.gz krb5-f85652af868e64811f2b32b815d4198e7f9017f6.tar.xz krb5-f85652af868e64811f2b32b815d4198e7f9017f6.zip | |
Remove some dead Makefile code
FILES is unused in util/{ss,et}/Makefile.in; some other unused
variables were nearby.
Diffstat (limited to 'src/util/et')
| -rw-r--r-- | src/util/et/Makefile.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in index 8a5648c2d..4c68b6090 100644 --- a/src/util/et/Makefile.in +++ b/src/util/et/Makefile.in @@ -33,16 +33,6 @@ LIBOBJS=$(OUTPRE)com_err.$(OBJEXT) \ # for et_lex.lex.c include in error_table.y LOCALINCLUDES=-I. -I$(srcdir) -FILES= Makefile et_name.c error_message.c compile_et.c \ - et_lex.lex.l error_table.y init_et.c \ - com_err.c com_err.h \ - error_table.h mit-sipb-copyright.h \ - test_et.c test1.et test2.et \ - t_com_err.c et1.et et2.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= $(srcdir)/error_message.c \ $(srcdir)/et_name.c \ $(srcdir)/com_err.c |
