diff options
| author | Theodore Tso <tytso@mit.edu> | 1990-12-20 15:29:53 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1990-12-20 15:29:53 +0000 |
| commit | 78c4a487f7de2d498769f27558352f28121229b8 (patch) | |
| tree | 7136b8952cea01d122444f94736cf648244fa891 /src/admin | |
| parent | f1f6ecfe4e6aebd7ce538a5bd18b93d0de429761 (diff) | |
Fixed typo so that "make saber_kdb5_edit" works
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1587 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin')
| -rw-r--r-- | src/admin/edit/Imakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/admin/edit/Imakefile b/src/admin/edit/Imakefile index 4b79e7b12..a4285d294 100644 --- a/src/admin/edit/Imakefile +++ b/src/admin/edit/Imakefile @@ -24,7 +24,7 @@ clean:: NormalProgramTarget(kdb5_edit,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),) -SaberProgramTarget(kdb5_edit,$(SRCS),$(OBJS),,$(LOCAL_LIBARIES)) +SaberProgramTarget(kdb5_edit,$(SRCS),$(OBJS),$(LOCAL_LIBRARIES),) depend:: kdb5_ed_ct.c |
