summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-04 23:00:34 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-04 23:00:34 +0000
commitb7eec40bb0462b9bbcba42bcac34d098788591db (patch)
treeee59bf18b58f6cb04f4749eb2e0b63ad52702123 /Makefile
parent91307a366625e3ec7e618f012269130d2e5bba57 (diff)
Another update to make sure things work properly on x86 now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 82aa64ab3..52c6b3400 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ $(LIBNAME): subdirs
shared: $(LIBNAME)
@rm -rf tmp
@mkdir tmp
- @$(MAKE) -C ld.so-1 d-link
+ @$(MAKE) -C ld.so-1 ldso
@(cd tmp; CC=$(CC) /bin/sh ../extra/scripts/get-needed-libgcc-objects.sh)
if [ -s ./tmp/libgcc-need.a ] ; then \
$(CC) -g $(LDFLAGS) -shared -o $(SHARED_FULLNAME) \
@@ -60,7 +60,6 @@ shared: $(LIBNAME)
ln -sf $(SHARED_MAJORNAME) libc.so
@$(MAKE) -C crypt shared
@$(MAKE) -C ld.so-1
- echo "Using $(LDSO) for the shared library loader"
done: $(LIBNAME) $(DO_SHARED)
@echo
@@ -155,7 +154,8 @@ install_dev:
install_ldso:
ifeq ($(strip $(DO_SHARED)),shared)
- @$(MAKE) -C ld.so-1 install
+ $(MAKE) -C ld.so-1 install
+ install -d $(INSTALL_DIR)/etc
$(TOPDIR)ld.so-1/util/ldconfig
else
@echo "Skipping shared library support"