summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-10-11 18:31:26 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-10-11 18:31:26 +0000
commit50143b1b6f026d55bfc9156b84c3dee0773e47f5 (patch)
treee1cc038596ce086412d286f15fb3e903dd8702f6 /libc/sysdeps/linux/common/Makefile
parent73649ffabcf481cc0e2f668062526931d5040901 (diff)
Allow building uClibc w/ make-3.79.1 if SSP is disabled
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile')
-rw-r--r--libc/sysdeps/linux/common/Makefile2
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))