From 71a7e999a4d99aa54ea7268b928d87e27cea6279 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Tue, 5 Oct 2010 09:02:41 -0400 Subject: makestrs: remove unsed $(appman_DATA) Man page is not installed, this variable is not defined. Signed-off-by: Gaetan Nadon --- util/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Makefile.am b/util/Makefile.am index 892bd80..689b58a 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -22,7 +22,7 @@ appman_PRE = makestrs.man noinst_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) EXTRA_DIST += $(appman_PRE) -CLEANFILES = $(appman_DATA) $(noinst_DATA) +CLEANFILES = $(noinst_DATA) SED = sed -- cgit v1.2.3