Fix bug where util.o was mentioned as a source file
authorTheodore Tso <tytso@mit.edu>
Mon, 28 Sep 1992 22:35:33 +0000 (22:35 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 28 Sep 1992 22:35:33 +0000 (22:35 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2413 dc483132-0cff-0310-8789-dd5450dbe970

src/admin/edit/Imakefile

index 7a450f8298b6a77be1ea6bc412959d8f1b6b3731..b332ef0d74696891e3e0ba9042dd11508359b946 100644 (file)
@@ -25,7 +25,7 @@
 DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
 LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) $(SSLIB)
 OBJS= kdb5_edit.o kdb5_ed_ct.o util.o dump.o
-SRCS= kdb5_edit.c kdb5_ed_ct.c util.o dump.c
+SRCS= kdb5_edit.c kdb5_ed_ct.c util.c dump.c
 
 all:: kdb5_edit