summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: be67fb3)
raw | patch | inline | side by side (parent: be67fb3)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 12 Nov 2005 23:30:50 +0000 (23:30 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 12 Nov 2005 23:30:50 +0000 (23:30 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@709 a5681a0c-68f1-0310-ab6d-d61299d08faa
bindings/Makefile.am | patch | blob | history |
diff --git a/bindings/Makefile.am b/bindings/Makefile.am
index 32e55fd18fb6610e2e245a60e6d5825c9c5a6e32..6594e18428efa807dcda4cd743f16f0e22b6edaa 100644 (file)
--- a/bindings/Makefile.am
+++ b/bindings/Makefile.am
-
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##