From 95aef5ce57c6b21aaca89963b58b4cd8d853189a Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 4 Oct 2009 06:18:19 +0900 Subject: 'make distclean now results in an actually-clean tree. --- x2p/Makefile.SH | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x2p/Makefile.SH') 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 -- cgit v1.2.1