summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9803741)
raw | patch | inline | side by side (parent: 9803741)
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) |
program/bindings/Makefile.am | patch | blob | history |
index 32e55fd18fb6610e2e245a60e6d5825c9c5a6e32..6594e18428efa807dcda4cd743f16f0e22b6edaa 100644 (file)
-
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##