diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-02 01:03:25 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-02 01:03:25 +0000 |
commit | 005a9cf1f5fe688f303b954870afd35635fc33bf (patch) | |
tree | 5eb6eca651eca4327eacfd81a2f12b2988ff47c2 /hw | |
parent | 48b130285ad1309a1ff5b2148b3bae5f5b642488 (diff) |
Fix Solaris assembly source to work with libtool
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xfree86/os-support/solaris/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hw/xfree86/os-support/solaris/Makefile.am b/hw/xfree86/os-support/solaris/Makefile.am index f9e32b558..7f40b03df 100644 --- a/hw/xfree86/os-support/solaris/Makefile.am +++ b/hw/xfree86/os-support/solaris/Makefile.am @@ -30,8 +30,6 @@ PROWORKS_ASM_FLAGS = # error "Unsupported Architecture for building with Sun Compilers" # endif PROWORKS_INOUT_SRC = solaris-$(PROWORKS_ASM_ARCH).S -PROWORKS_INOUT_OBJ = solaris-$(PROWORKS_ASM_ARCH).o -libsolaris_la_LIBADD = $(PROWORKS_INOUT_OBJ) #all:: $(PROWORKS_ASM_ARCH).il #includes:: $(PROWORKS_ASM_ARCH).il @@ -48,7 +46,7 @@ libsolaris_la_SOURCES = sun_bios.c sun_init.c $(IO_SRC) $(KBD_SRCS) \ $(srcdir)/../shared/kmod_noop.c $(srcdir)/../shared/pm_noop.c \ $(srcdir)/../shared/posix_tty.c $(srcdir)/../shared/sigiostubs.c \ $(srcdir)/../shared/stdPci.c $(srcdir)/../shared/stdResource.c \ - $(VTSW_SRC) + $(VTSW_SRC) $(PROWORKS_INOUT_SRC) sdk_HEADERS = agpgart.h |