summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-17 23:56:20 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-17 23:56:20 +0000
commitac27d8375aadabbe6528ca7e01bbdd3fe3516e73 (patch)
tree2f27a92f73cb65ac379500431964682d0778f29b
parent61d85b1ecdbf01513e49b3ee7f44159d6d184ea3 (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 82c52fd..367044e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,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)