Commit e87f2ee9 authored by Alan Coopersmith's avatar Alan Coopersmith
Browse files

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro

    substitutions to work better with BSD make
parent 5f77732d
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment