diff options
-rw-r--r-- | Makefile.SH | 4 | ||||
-rw-r--r-- | dist/XSLoader/Makefile.PL | 2 | ||||
-rwxr-xr-x | x2p/Makefile.SH | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.SH b/Makefile.SH index 42733debcc..150c60eeda 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1201,7 +1201,7 @@ _mopup: -rm -f cygwin.c libperl*.def libperl*.dll cygperl*.dll *.exe.stackdump -rm -f perl$(EXE_EXT) $(MINIPERL_EXE) $(LIBPERL) libperl.* microperl -rm -f opcode.h-old opnames.h-old pp.sym-old pp_proto.h-old - -rm -f config.arch config.over $(DTRACE_H) + -rm -f config.arch config.over $(DTRACE_H) runtests # Do not 'make _tidy' directly. _tidy: @@ -1264,7 +1264,7 @@ _cleaner2: -rm -f lib/ExtUtils/ParseXS/t/libXSTest.dll.a _realcleaner: - @$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=realclean + @$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=distclean @$(LDLIBPTH) $(MAKE) _cleaner2 _verycleaner: diff --git a/dist/XSLoader/Makefile.PL b/dist/XSLoader/Makefile.PL index 0383532e15..a06d7ccc12 100644 --- a/dist/XSLoader/Makefile.PL +++ b/dist/XSLoader/Makefile.PL @@ -40,7 +40,7 @@ WriteMakefile( 'Test::More' => '0.62', }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, - clean => { FILES => 'XSLoader-*' }, + clean => { FILES => 'XSLoader-* XSLoader.pm' }, ); # Unlink the .pm file included with the distribution 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 |