From 120f93e7147f658ef611ca98a05307bbc8e305d3 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 10 Feb 2012 07:32:21 +0900 Subject: [PATCH] Fix a couple of missed edits from the previous commit. --- tools/qflmp/Makefile.am | 2 +- tools/wad/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/qflmp/Makefile.am b/tools/qflmp/Makefile.am index dc5bf7b27..e3c6fe5fd 100644 --- a/tools/qflmp/Makefile.am +++ b/tools/qflmp/Makefile.am @@ -6,7 +6,7 @@ QFLMP_INCS=@QFLMP_INCS@ INCLUDES= -I$(top_srcdir)/include $(QFLMP_INCS) -bin_PROGRAMS= $(qflmp) +bin_PROGRAMS= qflmp #mans=qflmp.1 man_MANS= $(mans) diff --git a/tools/wad/Makefile.am b/tools/wad/Makefile.am index fa681057c..a47a10047 100644 --- a/tools/wad/Makefile.am +++ b/tools/wad/Makefile.am @@ -7,7 +7,7 @@ WAD_INCS=@WAD_INCS@ INCLUDES= -I$(top_srcdir)/include $(WAD_INCS) -bin_PROGRAMS= $(wad) +bin_PROGRAMS= wad mans=wad.1 man_MANS= $(mans)