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
commitf1d6f0ee06acfb84ebbfa5841e18d9b3301c8619 (patch)
tree263e839f9cb0154e89c808c525e58a4c5f8f48b3
parent3dd33cc2d36264c903a0032769ce6debc7780be5 (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 e1d8187..7866bb8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,7 +58,7 @@ CLEANFILES = $(APPDEFAULTFILES)
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)