git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@709
a5681a0c-68f1-0310-ab6d-
d61299d08faa
-
if BUILD_TCL
SUB_tcl = tcl
endif
# 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##