summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-17 23:56:25 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-17 23:56:25 +0000
commita1be690262901ca063d1bbfbdedfd15e8a434b85 (patch)
treee948f28d3def7e9a067c1a620aec1ba8399218ae
parentca2bc3fb574ad4ac5a3de6d591b5046a2548d257 (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 5d21d51..dab48a6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,7 +40,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)