diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-18 00:00:09 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-18 00:00:09 +0000 |
commit | 6159966aa69254620b25552bb09ae00ef31798ef (patch) | |
tree | d6212e99375920ee0686c7e5cad26c7fbcdda090 | |
parent | 0b5be2efbcd3d405f1d84b6b31add361a39f411d (diff) |
Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to
work better with BSD make
-rw-r--r-- | man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 3f0a18f..a8da4be 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -49,7 +49,7 @@ libman_SOURCES = \ XvUngrabPort.man \ XvVideoNotify.man -libman_DATA = $(libman_SOURCES:man=$(LIB_MAN_SUFFIX)) +libman_DATA = $(libman_SOURCES:man=@LIB_MAN_SUFFIX@) EXTRA_DIST = $(libman_SOURCES) |