mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
Makefile: use automake rule for compiling .S
Automake seems to have its own rules for compiling an .o from an .S. Essentially it does the same as our hand-crafted rule, but adds some things like dependency file generation. Remove our hand-crafted rule to use the automake rule, it is less surprising. http://www.gnu.org/software/automake/manual/html_node/Assembly-Support.html Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Tested-by: Víctor Jáquez <vjaquez@igalia.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
f66e2d53dd
commit
3dc7c2c846
1 changed files with 0 additions and 3 deletions
|
|
@ -30,9 +30,6 @@ pkgconfig_DATA += src/wayland-scanner.pc
|
||||||
|
|
||||||
src/dtddata.o: protocol/wayland.dtd
|
src/dtddata.o: protocol/wayland.dtd
|
||||||
|
|
||||||
%.o: %.S
|
|
||||||
$(AM_V_GEN)$(CC) $(ASFLAGS) $(CPPFLAGS) $(TARGET_MACH) -c -o $@ $<
|
|
||||||
|
|
||||||
if USE_HOST_SCANNER
|
if USE_HOST_SCANNER
|
||||||
wayland_scanner = wayland-scanner
|
wayland_scanner = wayland-scanner
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue