Merge commit 'refs/top-bases/top' into top

This commit is contained in:
Brian Behlendorf 2009-07-17 09:50:11 -07:00
commit 01c5f54ff7
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ AM_CFLAGS = -Wall -Wstrict-prototypes -fno-strict-aliasing -Werror \
atomic_SOURCE = atomic.c
atomic_ASM = atomic.S
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -fPIC
EXTRA_DIST = ${atomic_SOURCE}
all: all-am