diff options
Diffstat (limited to 'shadow')
-rw-r--r-- | shadow/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/shadow/Makefile b/shadow/Makefile index 883acbfff7..a47b72e5b3 100644 --- a/shadow/Makefile +++ b/shadow/Makefile @@ -29,12 +29,12 @@ routines = getspent getspnam sgetspent fgetspent putspent \ tests = tst-shadow tst-putspent -CFLAGS-getspent_r.c = -fexceptions -CFLAGS-getspent.c = -fexceptions -CFLAGS-fgetspent.c = -fexceptions -CFLAGS-fgetspent_r.c = -fexceptions $(libio-mtsafe) -CFLAGS-putspent.c = -fexceptions $(libio-mtsafe) -CFLAGS-getspnam.c = -fexceptions -CFLAGS-getspnam_r.c = -fexceptions +CFLAGS-getspent_r.c += -fexceptions +CFLAGS-getspent.c += -fexceptions +CFLAGS-fgetspent.c += -fexceptions +CFLAGS-fgetspent_r.c += -fexceptions $(libio-mtsafe) +CFLAGS-putspent.c += -fexceptions $(libio-mtsafe) +CFLAGS-getspnam.c += -fexceptions +CFLAGS-getspnam_r.c += -fexceptions include ../Rules |