summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBernhard R. Link <brlink@debian.org>2008-02-22 11:06:17 +0100
committerBernhard R. Link <brlink@debian.org>2008-02-22 11:06:17 +0100
commit9120e78541e6e58f0a859de8dfe0c1b00eb0f264 (patch)
treed2d2dad53c6d01b614e327c8feae5f6c6878cfbe /Makefile.am
parent0f793c3f0ba508afa251cab5cfd45fe79123584f (diff)
downloadratpoison-9120e78541e6e58f0a859de8dfe0c1b00eb0f264.zip
remove AC_CANONICAL_HOST and bin-dist target as only user of it
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index a368274..ac23ebc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,14 +37,6 @@ EXTRA_DIST = $(doc_DATA)
dist-hook:
chmod -R go-w $(distdir)
-bin-dist strip-bin-dist: all
- -rm -rf $(PACKAGE)-$(VERSION).bin.$(host_triplet)
- $(MAKE) $(subst strip-,-strip,install$(subst bin-dist,,$@)) \
- prefix=`pwd`/$(PACKAGE)-$(VERSION).bin.$(host_triplet)/$(prefix)
- $(TAR) chof - $(PACKAGE)-$(VERSION).bin.$(host_triplet) \
- | GZIP=$(GZIP_ENV) gzip -c > $(PACKAGE)-$(VERSION).bin.$(host_triplet).tar.gz
- -rm -rf $(PACKAGE)-$(VERSION).bin.$(host_triplet)
-
sense:
@echo 42