summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-17 23:56:22 +0000
committerSung-Jin Park <sj76.park@samsung.com>2013-09-02 23:32:29 -0400
commita331be4292b996c4caf5d46cbc2e839d162af7cf (patch)
treeee26be4abfe5ec7b5308954b7cf892deb9da4c50
parent8cd23ce7010fcde0aadaed11b2d1e5ddb9b44b46 (diff)
downloadxev-a331be4292b996c4caf5d46cbc2e839d162af7cf.tar.gz
xev-a331be4292b996c4caf5d46cbc2e839d162af7cf.tar.bz2
xev-a331be4292b996c4caf5d46cbc2e839d162af7cf.zip
Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to work better with BSD make
Change-Id: I4271916ae2ef741c9e16dd9bc1e1dfcbca77e977
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d5e3984..0ed677d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,7 +33,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)