summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 784574b717..f40e3ee5c4 100644
--- a/Makefile
+++ b/Makefile
@@ -160,7 +160,6 @@ binary-dist::
BINDIST_DOCS = $($(Project)BinDistDocs)
BINDIST_DOCS_WAYS = html ps
-ifeq "$(HOSTPLATFORM)" "i386-unknown-linux"
binary-dist ::
@for way in $(BINDIST_DOCS_WAYS); do \
$(MKDIRHIER) $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/$$way; \
@@ -179,7 +178,6 @@ binary-dist ::
done; \
done
@rm -f .doclog
-endif
# Rename scripts to $i.prl and $i.sh where necessary.
# ToDo: do this in a cleaner way...