aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-18 00:01:51 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-18 00:01:51 +0000
commitefcacda000e3020cf1c5348aec8e19f68f268a4b (patch)
treecea923e4883fd2ec4bc8d4d9c1975e7008d6b6fa /man
parentMore 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead (diff)
downloadxf86-input-evdev-efcacda000e3020cf1c5348aec8e19f68f268a4b.tar.gz
xf86-input-evdev-efcacda000e3020cf1c5348aec8e19f68f268a4b.tar.bz2
xf86-input-evdev-efcacda000e3020cf1c5348aec8e19f68f268a4b.zip
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 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