diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-18 00:01:52 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-18 00:01:52 +0000 |
commit | 35e717078c840414b0d6a0e37b3ffed0a7b102aa (patch) | |
tree | 932726598af4893c4b990914bbb41b0f8c73f2a7 /man | |
parent | ff6e5b0412fe347575992c83bb7cb47b6f96f390 (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 23cb494..bcf826c 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -29,7 +29,7 @@ drivermandir = $(mandir)/man$(DRIVER_MAN_SUFFIX) driverman_SOURCES = @DRIVER_NAME@.man r128.man radeon.man -driverman_DATA = $(driverman_SOURCES:man=$(DRIVER_MAN_SUFFIX)) +driverman_DATA = $(driverman_SOURCES:man=@DRIVER_MAN_SUFFIX@) EXTRA_DIST = @DRIVER_NAME@.man |