mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-05 22:00:26 +01:00
Fix blddir != srcdir builds of solaris-*.il files
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=17509 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
This commit is contained in:
parent
1e69fd4a60
commit
5da9b255a6
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ SOLARIS_INOUT_SRC = solaris-@SOLARIS_INOUT_ARCH@.S
|
|||
DISTCLEANFILES = solaris-@SOLARIS_INOUT_ARCH@.il
|
||||
|
||||
solaris-@SOLARIS_INOUT_ARCH@.il: solaris-@SOLARIS_INOUT_ARCH@.S
|
||||
$(CPP) -P -DINLINE_ASM solaris-@SOLARIS_INOUT_ARCH@.S > $@
|
||||
$(CPP) -P -DINLINE_ASM $(srcdir)/solaris-@SOLARIS_INOUT_ARCH@.S > $@
|
||||
|
||||
noinst_LTLIBRARIES = libsolaris.la
|
||||
libsolaris_la_SOURCES = sun_init.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue