From ff22adc09763b2bd860e7f780a5d0855cab0ab30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 25 Aug 2005 14:19:43 +0000 Subject: [PATCH] Remove sun_inout.s so make dist works (discussed with Alan Coopersmith). --- ChangeLog | 5 +++++ hw/xfree86/os-support/solaris/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3e3216940..dadb3dd17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-25 Kristian Høgsberg + + * hw/xfree86/os-support/solaris/Makefile.am (EXTRA_DIST): Remove + sun_inout.s so make dist works (discussed with Alan Coopersmith). + Wed Aug 24 15:39:07 2005 Søren Sandmann * configure.ac: Add GLX_{INC,LIBS} for xprint. diff --git a/hw/xfree86/os-support/solaris/Makefile.am b/hw/xfree86/os-support/solaris/Makefile.am index 388a9b340..325574699 100644 --- a/hw/xfree86/os-support/solaris/Makefile.am +++ b/hw/xfree86/os-support/solaris/Makefile.am @@ -38,5 +38,5 @@ AM_CFLAGS = -DUSESTDRES -DHAVE_SYSV_IPC $(XORG_CFLAGS) INCLUDES = $(XORG_INCS) -EXTRA_DIST = sun_inout.s solaris-amd64.S solaris-ia32.S solaris-sparcv8plus.S +EXTRA_DIST = solaris-amd64.S solaris-ia32.S solaris-sparcv8plus.S