diff options
Diffstat (limited to 'libc/sysdeps/linux/common')
-rw-r--r-- | libc/sysdeps/linux/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index 87791724a..44014979d 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -31,9 +31,9 @@ SRCS := $(filter-out ssp.c,$(SRCS)) NONSHARED_OBJ_LIST= else NONSHARED_OBJ_LIST=../../../nonshared_obj.sysdeps.common -endif ssp.o: CFLAGS += $(SSP_DISABLE_FLAGS) ssp-local.o: CFLAGS += $(SSP_DISABLE_FLAGS) +endif OBJS = $(patsubst %.c,%.o, $(SRCS)) |