summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-17 23:56:20 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-17 23:56:20 +0000
commite6d29757decc145dd0ccdcae745f9014773cbd24 (patch)
tree0be9f23783577305fe0d64e39e408d7125a2d847
parent0598cb2feb00e486857fd4d37da3b9e5bb9ea14e (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 1b3845b..baffb2e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,7 +53,7 @@ CLEANFILES = pmconfig
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)