Allow make clean to work without perl-module/Makefile
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 8 Mar 2009 06:52:54 +0000 (15:52 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 8 Mar 2009 06:52:54 +0000 (15:52 +0900)
perl-module/automake.mk

index 8b284c9596fb1a07e630fe18b2a588ce7789949b..9527dbbd528feffd755b908c6ff892e554a6cc94 100644 (file)
@@ -55,7 +55,7 @@ check-local:
 
 
 clean-local:
-       cd perl-module && $(MAKE) $(AM_MAKEFLAGS) clean
+       cd perl-module && $(MAKE) $(AM_MAKEFLAGS) clean || true
        if test x"$(top_builddir)" != x"$(top_srcdir)" ; then \
          $(RM) $(module_sources) ; \
        fi