summaryrefslogtreecommitdiffstats
path: root/src/admin/edit
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1992-09-28 22:35:33 +0000
committerTheodore Tso <tytso@mit.edu>1992-09-28 22:35:33 +0000
commit04f47b378b202502c05341219ff27ac0a149bffe (patch)
tree305e1b608ffdc674a86844c5dcbe72399e36ef60 /src/admin/edit
parentdbb85cf259571372405eb56409c1f21d51fb375d (diff)
Fix bug where util.o was mentioned as a source file
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2413 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin/edit')
-rw-r--r--src/admin/edit/Imakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/admin/edit/Imakefile b/src/admin/edit/Imakefile
index 7a450f829..b332ef0d7 100644
--- a/src/admin/edit/Imakefile
+++ b/src/admin/edit/Imakefile
@@ -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