Fix typo.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
test_atoi_strtoi.c \
$(NULL)
test_atoi_strtoi_CFLAGS = \
- $(AM_FLAGS) \
+ $(AM_CFLAGS) \
$(NULL)
test_atoi_strtoi_LDFLAGS = \
$(NULL)
test_atoi_strtou_noneg.c \
$(NULL)
test_atoi_strtou_noneg_CFLAGS = \
- $(AM_FLAGS) \
+ $(AM_CFLAGS) \
$(NULL)
test_atoi_strtou_noneg_LDFLAGS = \
$(NULL)
test_chkname.c \
$(NULL)
test_chkname_CFLAGS = \
- $(AM_FLAGS) \
+ $(AM_CFLAGS) \
$(NULL)
test_chkname_LDFLAGS = \
$(NULL)
test_sprintf.c \
$(NULL)
test_sprintf_CFLAGS = \
- $(AM_FLAGS) \
+ $(AM_CFLAGS) \
$(NULL)
test_sprintf_LDFLAGS = \
$(NULL)
test_strncpy.c \
$(NULL)
test_strncpy_CFLAGS = \
- $(AM_FLAGS) \
+ $(AM_CFLAGS) \
$(NULL)
test_strncpy_LDFLAGS = \
$(NULL)
test_strtcpy.c \
$(NULL)
test_strtcpy_CFLAGS = \
- $(AM_FLAGS) \
+ $(AM_CFLAGS) \
$(NULL)
test_strtcpy_LDFLAGS = \
$(NULL)
test_xasprintf.c \
$(NULL)
test_xasprintf_CFLAGS = \
- $(AM_FLAGS) \
+ $(AM_CFLAGS) \
$(NULL)
test_xasprintf_LDFLAGS = \
-Wl,-wrap,vasprintf \