summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-18 00:00:09 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-18 00:00:09 +0000
commit05bb2db1ebccc9cbc55501cde550fb26b6bda239 (patch)
tree6fd0ef75935f5d13a66afb38c406fa0f10a1e921
parent6ac5f6fb857dc9d499bff74d6038c222e35da72d (diff)
Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to
work better with BSD make
-rw-r--r--man/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 0c11560..361f01b 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -68,7 +68,7 @@ EXTRA_DIST = $(libman_SOURCES)
CLEANFILES = $(libman_DATA)
-libman_DATA = $(libman_SOURCES:man=$(LIB_MAN_SUFFIX))
+libman_DATA = $(libman_SOURCES:man=@LIB_MAN_SUFFIX@)
SED = sed