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/pepsy | |
| 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/pepsy')
| -rw-r--r-- | src/isode/pepsy/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/isode/pepsy/Makefile.in b/src/isode/pepsy/Makefile.in index 3996c6206..6a666d041 100644 --- a/src/isode/pepsy/Makefile.in +++ b/src/isode/pepsy/Makefile.in @@ -354,7 +354,7 @@ manuals:; @$(UTILDIR)inst-man.sh $(MANOPTS) $(MANUALS) # clean ################################################################ -clean:; rm -f *.o *.a x* z* _* core pepsydefs.h *yacc.y *yacc.c lex.l \ +clean::; rm -f *.o *.a x* z* _* core pepsydefs.h *yacc.y *yacc.c lex.l \ lex.c *.ph UNIV_* UNIV-* _* core $(HDIR)/UNIV*.h \ pp.c pp pep libpepsy.a pepsy-yacc.y T1* T2* T3* t? \ peptest pep.results pepsyvrsn.c |
