diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-10-04 06:18:19 +0900 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-10-04 06:18:19 +0900 |
commit | 95aef5ce57c6b21aaca89963b58b4cd8d853189a (patch) | |
tree | 7b16ad86be92f8604525cf850d28f069b6c33977 /x2p | |
parent | 9a7a32438a22120f101549550488e3b7d0ce9cf6 (diff) | |
download | perl-95aef5ce57c6b21aaca89963b58b4cd8d853189a.tar.gz |
'make distclean now results in an actually-clean tree.
Diffstat (limited to 'x2p')
-rwxr-xr-x | x2p/Makefile.SH | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index ba56c49e7b..296fdc8efc 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -143,6 +143,8 @@ a2p$(OBJ_EXT): a2p.c a2py.c a2p.h EXTERN.h util.h INTERN.h \ clean: rm -f a2p$(EXE_EXT) psed *$(OBJ_EXT) $(plexe) $(plc) $(plm) +distclean: veryclean + realclean: clean -rmdir .depending rm -f core $(addedbyconf) all malloc.c |