aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-08-05 04:18:00 +0159
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-08-05 04:18:00 +0159
commitce6107b059318561cab2642897f72bb65d780bb2 (patch)
tree10b520575a188f037b960c72fce9e715c7babc7a
parent25685f1acc09f0f18394d396f5b948640ceda5ca (diff)
downloadbuild-ce6107b059318561cab2642897f72bb65d780bb2.tar.gz
Fix isl installation
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 0c12b41..28b0094 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -635,10 +635,10 @@ stmp-build-host-cloog: stmp-config-host-cloog
build-host-cloog: stmp-build-host-cloog
stmp-install-host-cloog: stmp-build-host-cloog
$(MAKE) -C ${CLOOG_VERSION} install-libLTLIBRARIES \
- install-pkgincludeHEADERS && \
+ install-pkgincludeHEADERS
ifneq ($(findstring ppl-,$(CLOOG_VERSION)),)
$(MAKE) -C ${CLOOG_VERSION}/isl install-libLTLIBRARIES \
- install-pkgincludeHEADERS && \
+ install-pkgincludeHEADERS
endif
$(STAMP) $@
install-host-cloog: stmp-install-host-cloog