diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-12-11 00:25:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-12-11 00:25:23 +0000 |
commit | e1d59aed553bce7018873da60c712d711d080f8d (patch) | |
tree | ed414ae1fdbf5030ceb79f179b163aa2acb1619a /Makefile.in | |
parent | 5b896451eea5183f6404d68656038299108ffc60 (diff) |
create new menu so people can select what format they wish to build uClibc
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 4d98c1f8f..f6d3d24f1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -246,7 +246,7 @@ ifeq ($(DOPIC),y) fi endif endif -ifeq ($(HAVE_SHARED_FLAT),y) +ifeq ($(UCLIBC_FORMAT_SHARED_FLAT),y) for file in lib/lib*.gdb; do \ if test -f $$file; then \ $(INSTALL) -m 755 $$file $(PREFIX)$(DEVEL_PREFIX)lib; \ |