From: Alan Coopersmith Date: Mon, 17 Oct 2005 23:56:24 +0000 (+0000) Subject: Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to X-Git-Tag: XORG-6_99_99_901~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c47648e4789efe03eec74c39b2ab6b9b27230fc;p=platform%2Fupstream%2Fxmodmap.git Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to work better with BSD make --- diff --git a/Makefile.am b/Makefile.am index 3292a99..be062b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,7 +40,7 @@ EXTRA_DIST = \ 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)