summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-17 23:56:19 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-17 23:56:19 +0000
commitdeaf817f7db245ea1c64e6b3bcda62e4d39c26ff (patch)
tree5c172d11f1477f7f12b1d22326cb8995213aef1a
parentd9e2c0029a9e058be9addebc100c992d46cb70dc (diff)
Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
work better with BSD make
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a2bcb30..ef4465f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -90,7 +90,7 @@ EXTRA_DIST = \
appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
-appman_DATA = $(appman_SOURCES:man=$(APP_MAN_SUFFIX))
+appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)
EXTRA_DIST += $(appman_SOURCES)
CLEANFILES = $(appman_DATA)