diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 23:56:22 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 23:56:22 +0000 |
commit | 27299597d3c7d2223de97a2fd510a33247795a8e (patch) | |
tree | 5414073c2f4c91273ada07ace7e249b163bc0498 /Makefile.am | |
parent | 1f19bc1d0920fde791440d2a1b18ddb4c650a1d7 (diff) |
Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
work better with BSD make
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f3c63a0..d488044 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,7 +55,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) |