Refresh autogen products

This commit is contained in:
Brian Behlendorf 2009-07-17 09:47:44 -07:00
parent 61fe8995d8
commit 4fe5e3cdb9
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_SOURCE = atomic.c
atomic_ASM = atomic.S atomic_ASM = atomic.S
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -fPIC
EXTRA_DIST = ${atomic_SOURCE} EXTRA_DIST = ${atomic_SOURCE}
all: all-am all: all-am