diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-18 00:01:54 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-18 00:01:54 +0000 |
commit | 2da8c99697874a012dccfc582561a0b89e111ecd (patch) | |
tree | 15e6f9642d3cc2bca961bf867319236ea408ad86 /man/Makefile.am | |
parent | 9f9d3fcd3dca04b7d960d8777e8f8ba612fa1510 (diff) |
Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make
Diffstat (limited to 'man/Makefile.am')
-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 eb3fe06..a16ec06 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -29,7 +29,7 @@ drivermandir = $(mandir)/man$(DRIVER_MAN_SUFFIX) driverman_SOURCES = @DRIVER_NAME@.man -driverman_DATA = $(driverman_SOURCES:man=$(DRIVER_MAN_SUFFIX)) +driverman_DATA = $(driverman_SOURCES:man=@DRIVER_MAN_SUFFIX@) EXTRA_DIST = @DRIVER_NAME@.man |