diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-18 00:01:50 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-18 00:01:50 +0000 |
commit | 81427fa6f0300cfcd5f6c08036e3abd8ce9dc98c (patch) | |
tree | 07728d50dc4c6cb43edd7ad63564c284715ccba4 /man | |
parent | 3daac7af59740fe39dc6956a13cf024f0cf6734d (diff) |
Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make
Diffstat (limited to 'man')
-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 6efbc91..696c3fa 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 |