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

This commit is contained in:
Brian Behlendorf 2009-07-17 09:46:27 -07:00
commit 38c75e1b3f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ 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}
# Generates assembly to simplify inclusion in ../Makefile.am