diff options
Diffstat (limited to 'libio/Makefile')
-rw-r--r-- | libio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libio/Makefile b/libio/Makefile index a374452..e636c19 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -43,7 +43,7 @@ routines := \ \ libc_fatal -tests = tst_swprintf tst_wprintf tst_swscanf tst_wscanf +tests = tst_swprintf tst_wprintf tst_swscanf tst_wscanf tst_getwc tst_putwc all: # Make this the default target; it will be defined in Rules. @@ -63,6 +63,8 @@ routines += clearerr_u feof_u ferror_u fputc_u getc_u getchar_u \ CPPFLAGS += -D_IO_MTSAFE_IO endif +CFLAGS-tst_putwc.c = -DOBJPFX=\"$(objpfx)\" + aux := fileops genops stdfiles stdio strops ifeq ($(versioning),yes) |