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
commitc856b9d6932fce0a199ca094a9130c0cef1bb404 (patch)
treeb7d8d5b758ede36c0b9fda19375226170cfcd537
parentef156a1dd209e48588200154eb98d97d494c6b85 (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 181485d..74ecbd5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,7 @@ appman_SOURCES = \
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)