diff options
author | Roland McGrath <roland@gnu.org> | 1998-09-04 18:15:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-09-04 18:15:17 +0000 |
commit | 17b8d370ab460bf5cc60605693add7deca2228d8 (patch) | |
tree | 04d53bb0bf5498cd55c30cf9517a1ccb1069b1f4 | |
parent | e91d67df56ef702e074e5c6852d1fd3e11f551d5 (diff) |
1998-09-04 Roland McGrath <roland@baalperazim.frob.com>
* Makeconf (objs): Don't build PIC objects unless $(makemode) library.
-rw-r--r-- | Makeconf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |