changeset 22779:7dd092f681a5

Remove OpenBSD linking hack. If this is (still) necessary, it needs to be done properly from configure.
author diego
date Sat, 24 Mar 2007 13:25:51 +0000
parents 674012456a76
children ed0921236a36
files libdha/Makefile
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/libdha/Makefile	Sat Mar 24 13:17:39 2007 +0000
+++ b/libdha/Makefile	Sat Mar 24 13:25:51 2007 +0000
@@ -16,12 +16,6 @@
 
 CFLAGS = -fPIC
 
-ifeq ($(TARGET_OS),OpenBSD)
-ifeq ($(TARGET_ARCH_X86),yes)
-EXTRALIBS += -li386
-endif
-endif
-
 # If you want libdha to use svgalib_helper for hardware access,
 # uncomment this statement, and change the -I to the correct directory
 # that includes svgalib_helper.o: