summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2013-01-21 02:10:14 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2013-01-21 03:30:50 +0100
commit1d87464fc86864ae66570cfedb5ac703e93d0cfa (patch)
tree0d911ed195de86368058edc8c410e9d0770c6957
parentc3aa7c8bba7794d8856156ac3c361e952847648d (diff)
downloadratpoison-1d87464fc86864ae66570cfedb5ac703e93d0cfa.zip
Makefile.am: strip unused stuff
* PACKAGE and VERSION are already AC_SUBST'ed * targets bin-dist and strip-bin-dist don't exist
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index a9e226e..9f2cce0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,8 +19,6 @@
##
## $Id: Makefile.am,v 1.12 2006/11/21 17:03:31 brl Exp $
-PACKAGE = @PACKAGE@
-VERSION = @VERSION@
ACLOCAL_AMFLAGS = -I m4 --install
CLEANFILES = *~ gmon.out
@@ -40,4 +38,4 @@ dist-hook:
sense:
@echo 42
-.PHONY: bin-dist strip-bin-dist dist-hook sense
+.PHONY: dist-hook sense