summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-17 23:56:19 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-17 23:56:19 +0000
commit1ded5d399305e930b7e3dcbb5ca48cbf5018faa7 (patch)
treedbe6e732c18b7638f3288679c6891054f8a26e32
parenta0fcb616a2e44353758f3010769b1e975f7944b9 (diff)
downloadiceauth-1ded5d399305e930b7e3dcbb5ca48cbf5018faa7.tar.gz
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 0dfb8ff..4e52c80 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,7 +35,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)