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
commita59499ec60ad710155a8ff27158945551270d6b8 (patch)
treecf2860d78bc03888cc121bcbbc8b381188f0fd0c
parent3e3050ac678f225dfd9a2f50778b603a3e7f5da4 (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 40d4672..b01eafb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,7 +37,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)