diff libdha/Makefile @ 6628:10131c2b3987

Small fix for non-X86 OpenBSD by Bj«Órn Sandell <biorn at dce.chalmers.se>
author atmos4
date Wed, 03 Jul 2002 18:59:47 +0000
parents 136c061fab12
children 40c596e65526
line wrap: on
line diff
--- a/libdha/Makefile	Wed Jul 03 18:57:52 2002 +0000
+++ b/libdha/Makefile	Wed Jul 03 18:59:47 2002 +0000
@@ -17,8 +17,10 @@
 CFLAGS  = $(OPTFLAGS) -fPIC -I. -I.. -Wall -W
 LIBS = 
 ifeq ($(TARGET_OS),OpenBSD)
+ifeq ($(TARGET_ARCH_X86),yes)
 LIBS += -li386
 endif
+endif
 
 .SUFFIXES: .c .o