diff options
| author | Tom Yu <tlyu@mit.edu> | 1994-06-25 04:48:54 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1994-06-25 04:48:54 +0000 |
| commit | 66175116ebea42a81776c80d75ec1332f5fdd570 (patch) | |
| tree | 823fb8fb8b830e918c95b75621e6babffd5a5222 /src/util | |
| parent | a84d06bc9cea817e77f0667790abb3a8cec6d8ce (diff) | |
changes to fix make install
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3917 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/Makefile.in b/src/util/Makefile.in index 0cbe7866e..88078a720 100644 --- a/src/util/Makefile.in +++ b/src/util/Makefile.in @@ -12,5 +12,5 @@ LDFLAGS = -g SUBDIRS = @SUBDIRS@ - - +install:: + @echo nothing to install in util |
