diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 23:56:25 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 23:56:25 +0000 |
commit | 12b577c0a7fde27115a3e3f75c55b249fda17e4f (patch) | |
tree | 5a1bd4e962f0b9362476fa4af011c900a519b38e | |
parent | 3be95f39d8c3a14a25ce63a837dacbac583b263c (diff) |
Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
work better with BSD make
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index de0f2ec..feb4c1b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ xvidtune_SOURCES = \ appmandir = $(mandir)/man$(APP_MAN_SUFFIX) appman_SOURCES = xvidtune.man -appman_DATA = $(appman_SOURCES:man=$(APP_MAN_SUFFIX)) +appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@) SED = sed |