diff libdha/Makefile @ 20388:9e8d9b93639c

Remove -fno-PIC check from configure and put -fPIC back at the beginning of CFLAGS in libdha/ and vidix/drivers/.
author diego
date Mon, 23 Oct 2006 10:02:21 +0000
parents eac578fa4e75
children 618d1857f4c4
line wrap: on
line diff
--- a/libdha/Makefile	Mon Oct 23 08:12:41 2006 +0000
+++ b/libdha/Makefile	Mon Oct 23 10:02:21 2006 +0000
@@ -29,7 +29,7 @@
 
 OBJS=$(SRCS:.c=.o)
 
-CFLAGS  = -I. -I.. $(OPTFLAGS) -fPIC
+CFLAGS  = -fPIC -I. -I.. $(OPTFLAGS)
 
 ifeq ($(TARGET_OS),OpenBSD)
 ifeq ($(TARGET_ARCH_X86),yes)