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
commited265d91126ad170310f9c8ec25001a77804128b (patch)
tree924722281fe24ec84d88c4e55d17b5907d6e11f2
parentec56e606da86b5fba8b5bd8a4ab05ca8bd126da7 (diff)
downloadxlsatoms-ed265d91126ad170310f9c8ec25001a77804128b.tar.gz
xlsatoms-ed265d91126ad170310f9c8ec25001a77804128b.tar.bz2
xlsatoms-ed265d91126ad170310f9c8ec25001a77804128b.zip
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 66cab57..dd9525b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,7 +33,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)