From 17b8d370ab460bf5cc60605693add7deca2228d8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 4 Sep 1998 18:15:17 +0000 Subject: 1998-09-04 Roland McGrath * Makeconf (objs): Don't build PIC objects unless $(makemode) library. --- Makeconf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makeconf') diff --git a/Makeconf b/Makeconf index c09a31e9..b7d4202e 100644 --- a/Makeconf +++ b/Makeconf @@ -155,9 +155,11 @@ objs: $(OBJS) ifneq ($(no_prof),t) objs: $(OBJS:%.o=%_p.o) endif +ifeq ($(makemode),library) ifneq ($(no_pic),t) objs: $(OBJS:%.o=%_pic.o) endif +endif # Installation ifeq ($(doinst),one) -- cgit v1.2.3