summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-17 23:56:23 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-17 23:56:23 +0000
commit0620fa99ef09fb0401e842dfeb9aa76b8d403ac6 (patch)
treef0f99e51ed3a5aa6090fe81263a79b6972c687ed
parent90ecdb5eb628266037755e3b0be48f13d703b8e5 (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 2ceae16..2bf5f00 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,7 +55,7 @@ CLEANFILES = $(APPDEFAULTFILES)
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)