diff options
| author | Tom Yu <tlyu@mit.edu> | 1994-06-24 22:12:25 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1994-06-24 22:12:25 +0000 |
| commit | 8392010ed67beffca98dc0d8b2e02e17c30f5947 (patch) | |
| tree | 8f73d649aaf5d3dff2263457377c26a7cafc7e18 /src/isode/support | |
| parent | 0fc0b2721d9944200324e05906aaa1e473417e74 (diff) | |
| download | krb5-8392010ed67beffca98dc0d8b2e02e17c30f5947.tar.gz krb5-8392010ed67beffca98dc0d8b2e02e17c30f5947.tar.xz krb5-8392010ed67beffca98dc0d8b2e02e17c30f5947.zip | |
fixing clean rules
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3913 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/isode/support')
| -rw-r--r-- | src/isode/support/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/isode/support/Makefile.in b/src/isode/support/Makefile.in index 14c257b78..dc363841b 100644 --- a/src/isode/support/Makefile.in +++ b/src/isode/support/Makefile.in @@ -116,7 +116,7 @@ clean:: # clean ################################################################ -clean:; rm -f *.o *.a *.so.* x* z* _* core isodevrsn.c llib-lisode \ +clean::; rm -f *.o *.a *.so.* x* z* _* core isodevrsn.c llib-lisode \ libisode-shared true:; |
