summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-11-06 17:01:47 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-11-06 17:01:47 +0000
commitd904c6fff0bb6700b7f4a3f2371fdd2fd2e942bf (patch)
treeb064d96fb53d0984db696dbb19c0bd812a83ef3d
parent673ab472b2b2fc30de90c1bc0a330257eb83dfa3 (diff)
Temporary workaround for make bug in variable substitutions.
This lead to install imake and realpath binaires in /usr/X11R6/man/man1 instead of the manual pages. Problem noticed by todd@.
-rw-r--r--util/imake/Makefile.am2
-rw-r--r--util/imake/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/util/imake/Makefile.am b/util/imake/Makefile.am
index 6a932f3b5..a0f2984d6 100644
--- a/util/imake/Makefile.am
+++ b/util/imake/Makefile.am
@@ -125,7 +125,7 @@ appman_PRE = \
mkhtmlindex.man
# Only need to install man pages for programs/scripts being installed
-appman_DATA = $(bin_PROGRAMS:%$(EXEEXT)=%.@APP_MAN_SUFFIX@) $(bin_SCRIPTS:%=%.@APP_MAN_SUFFIX@)
+appman_DATA = $(bin_PROGRAMS:%=%.@APP_MAN_SUFFIX@) $(bin_SCRIPTS:%=%.@APP_MAN_SUFFIX@)
EXTRA_DIST += $(appman_PRE)
CLEANFILES += $(appman_DATA)
diff --git a/util/imake/Makefile.in b/util/imake/Makefile.in
index 7fe74116c..a92d08f9c 100644
--- a/util/imake/Makefile.in
+++ b/util/imake/Makefile.in
@@ -299,7 +299,7 @@ appman_PRE = \
# Only need to install man pages for programs/scripts being installed
-appman_DATA = $(bin_PROGRAMS:%$(EXEEXT)=%.@APP_MAN_SUFFIX@) $(bin_SCRIPTS:%=%.@APP_MAN_SUFFIX@)
+appman_DATA = $(bin_PROGRAMS:%=%.@APP_MAN_SUFFIX@) $(bin_SCRIPTS:%=%.@APP_MAN_SUFFIX@)
SUFFIXES = .$(APP_MAN_SUFFIX) .man
MAINTAINERCLEANFILES = ChangeLog
all: config.h