Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xorg
xserver
Commits
7fa58385
Commit
7fa58385
authored
Aug 01, 2007
by
Arkadiusz Miskiewicz
Committed by
Daniel Stone
Aug 01, 2007
Browse files
XFree86: xf1bpp: Fix parallel build
One of the constructs wasn't parallel-build safe: fix that.
parent
18ab4d55
Changes
1
Hide whitespace changes
Inline
Side-by-side
hw/xfree86/xf1bpp/Makefile.am
View file @
7fa58385
...
...
@@ -173,10 +173,7 @@ mfbtileG.c:
echo
"#include
\"
$(top_srcdir)
/mfb/mfbtile.c
\"
"
>>
$@
$(libxf1bppmfb_a_SOURCES)
:
for
i
in
$(libxf1bppmfb_a_SOURCES)
;
do
\
echo
"#include
\"
mfbmap.h
\"
"
>
$$
i
;
\
echo
"#include
\"
$(top_srcdir)
/mfb/
$$
i
\"
"
>>
$$
i
;
\
done
echo
"#include
\"
mfbmap.h
\"
"
>
$$
i
;
\
echo
"#include
\"
$(top_srcdir)
/mfb/
$$
i
\"
"
>>
$$
i
;
\
EXTRA_DIST
=
mfbmap.sh mfbunmap.sh
Write
Preview
Supports
Markdown
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