From 1d87464fc86864ae66570cfedb5ac703e93d0cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Courr=C3=A8ges-Anglas?= Date: Mon, 21 Jan 2013 02:10:14 +0100 Subject: Makefile.am: strip unused stuff * PACKAGE and VERSION are already AC_SUBST'ed * targets bin-dist and strip-bin-dist don't exist --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3