]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Remove some dead Makefile code
authorBen Kaduk <kaduk@mit.edu>
Fri, 21 Sep 2012 17:33:01 +0000 (13:33 -0400)
committerBen Kaduk <kaduk@mit.edu>
Tue, 25 Sep 2012 14:52:49 +0000 (10:52 -0400)
FILES is unused in util/{ss,et}/Makefile.in; some other unused
variables were nearby.

src/util/et/Makefile.in
src/util/ss/Makefile.in

index 8a5648c2d44e3ccaed03740811bbdb0e77cf3922..4c68b6090c6dddff0f70c6ab0cbcf66423e4a9a1 100644 (file)
@@ -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
index 48f022925e5a51fe8f09f8ed7a5f349a156c75e2..07b36cb69582f5167d45aacb9ab258b7c9fd8c0c 100644 (file)
@@ -52,28 +52,8 @@ depend-dependencies: ss_err.h includes
 
 std_rqs.o: std_rqs.c ss_err.h
 
-CODE= $(SRCS) $(MKCMDSFILES)
-
 MKCMDSOBJS=    mk_cmds.o utils.o options.o ct.tab.o cmd_tbl.lex.o
 
-MKCMDSFILES=   mk_cmds.c utils.c options.c ct.y cmd_tbl.lex.l
-
-MKCMDSCSRCS=   mk_cmds.c utils.c options.c ct.tab.c cmd_tbl.lex.c
-
-
-HFILES=        ss.h mit-sipb-copyright.h
-BUILT_HFILES = ss_err.h
-
-# for 'tags' and dependencies
-
-CFILES=        $(SRCS) $(MKCMDSCSRCS) test_ss.c
-
-# for building archives
-
-FILES= $(SRCS) $(MKCMDSFILES) $(HFILES) \
-       ss_err.et std_rqs.ct Makefile \
-       test_ss.c ss mit-sipb-copyright.h copyright.h
-
 #
 # stuff to build
 #