summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-18 00:01:53 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-18 00:01:53 +0000
commit2fe8297b577524e052987756a4902a20b7f41606 (patch)
tree3251842b7a3031820b2f2787a15476523074daea /man
parent2b3c8a3d754b4511ae7f90051c5ed995b1e45765 (diff)
downloadxorg-driver-xf86-video-cirrus-2fe8297b577524e052987756a4902a20b7f41606.tar.gz
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.am2
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