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

to work better with BSD make
This commit is contained in:
Alan Coopersmith 2005-10-18 00:01:53 +00:00
parent c7b7ece633
commit 4b97a544ca
1 changed files with 1 additions and 1 deletions

View File

@ -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