diff options
author | marha <marha@users.sourceforge.net> | 2013-11-14 08:30:53 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-11-14 08:30:53 +0100 |
commit | 4c9f1ba041644329543e4ca21c0d95cf872f988e (patch) | |
tree | fd4693e097f87bb138c27448ae610eeed5513eff /xorg-server/hw/xfree86 | |
parent | 8fbb807d1029b012d2f45cb0f3ea0c6a6ebded6d (diff) | |
download | vcxsrv-4c9f1ba041644329543e4ca21c0d95cf872f988e.tar.gz vcxsrv-4c9f1ba041644329543e4ca21c0d95cf872f988e.tar.bz2 vcxsrv-4c9f1ba041644329543e4ca21c0d95cf872f988e.zip |
mesa xserver git update 14 nov 2013
xserver commit 0ba7fc8472f1227fd1cd51bd58048f164b8ea1ab
mesa commit a15a19f0d1b024f5f18f1dfe878ae8d399e38469
Diffstat (limited to 'xorg-server/hw/xfree86')
-rw-r--r-- | xorg-server/hw/xfree86/Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/xorg-server/hw/xfree86/Makefile.am b/xorg-server/hw/xfree86/Makefile.am index 485386fc5..15670d01d 100644 --- a/xorg-server/hw/xfree86/Makefile.am +++ b/xorg-server/hw/xfree86/Makefile.am @@ -80,17 +80,6 @@ BUILT_SOURCES = xorg.conf.example DISTCLEANFILES = xorg.conf.example EXTRA_DIST = xorgconf.cpp -if SOLARIS_ASM_INLINE -# Needs to be built before any files are compiled when using Sun compilers -# so in*/out* inline definitions are properly processed. - -BUILT_SOURCES += os-support/solaris/solaris-@SOLARIS_INOUT_ARCH@.il - -os-support/solaris/solaris-@SOLARIS_INOUT_ARCH@.il: - cd os-support/solaris ; \ - $(MAKE) $(AM_MAKEFLAGS) solaris-@SOLARIS_INOUT_ARCH@.il -endif - # Without logdir, X will post an error on the terminal and will not start install-data-local: $(AM_V_GEN)$(MKDIR_P) $(DESTDIR)$(logdir) |