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
commit8c7d262a193403bccdebc95abcdca44651d23ce7 (patch)
tree9b37f9ec930e876c9e594931c046dd2aac1528f1
parent8595ad93606fd05002cdc61638002882b273438d (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 67474cf..2681f1d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,7 +31,7 @@ CLEANFILES = $(bin_SCRIPTS)
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)