Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Xf86 Video Fbturbo
Commits
e87f2ee9
Commit
e87f2ee9
authored
Oct 18, 2005
by
Alan Coopersmith
Browse files
Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make
parent
5f77732d
Changes
1
Hide whitespace changes
Inline
Side-by-side
man/Makefile.am
View file @
e87f2ee9
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment