summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-17 23:56:21 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-17 23:56:21 +0000
commit661adfe1db57fe9df780e2d4b4de1f06372dd991 (patch)
tree6099310b2602344924a78bc16efa195c8a1b02f3
parent8bc2d6a6d3fc2037b83a28dd96374f356cfa287c (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 b3bac70..4abbbad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,7 +38,7 @@ EXTRA_DIST = xdbedizzy.sgml
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)