1acdc0922d
allow machines without PIC support to compile cleanly.
6 lines
173 B
Makefile
6 lines
173 B
Makefile
# from: @(#)Makefile.i386 6.1 (Berkeley) 3/3/91
|
|
# $Id: Makefile.i386,v 1.4 1993/12/19 04:36:19 davidb Exp $
|
|
|
|
CFLAGS+= -DNON_BROKEN_WORDS -DPIC
|
|
SRCS+= tc-i386.c atof-ieee.c
|