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
commit5e79e3663bf5e14c7ae4f97798ee4430a02687f5 (patch)
treec58dcf09dbcff3d079b7d4bec0c650dfa348aa1b
parent5ec50a516f66a7a57477dfc1ec51f8215084d29a (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 2936614..64465cd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,7 +30,7 @@ appman_SOURCES = sessreg.man
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)