From 49f0f88914339a5c9a84e1db0b8aff7d864c23b6 Mon Sep 17 00:00:00 2001 From: oetiker Date: Sat, 12 Nov 2005 23:30:50 +0000 Subject: [PATCH] clean target was broken git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@709 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/bindings/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/program/bindings/Makefile.am b/program/bindings/Makefile.am index 32e55fd1..6594e184 100644 --- a/program/bindings/Makefile.am +++ b/program/bindings/Makefile.am @@ -1,4 +1,3 @@ - if BUILD_TCL SUB_tcl = tcl endif @@ -36,7 +35,7 @@ perl-shared/Makefile: perl-shared/Makefile.PL # LIBS="$(LDFLAGS) $(LIBS)" $(PERLFLAGS) $(PERL_MAKE_OPTIONS) clean-local: - test -f perl-piped/Makefile && cd perl-piped && $(MAKE) clean || rm Makefile || true - test -f perl-shared/Makefile && cd perl-shared && $(MAKE) clean || rm Makefile || true + test -f perl-piped/Makefile && cd perl-piped && $(MAKE) clean || rm perl-piped/Makefile || true + test -f perl-shared/Makefile && cd perl-shared && $(MAKE) clean || rm perl-shared/Makefile || true ##END## -- 2.30.2