From df6add6279d3ad5b92b143f8781bec329f8c659c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 17 Jul 2001 00:52:04 +0000 Subject: Some cleanups needed for things to compile and work as expected with the new build system... -Erik --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a092b1ba5..55fa65f90 100644 --- a/Makefile +++ b/Makefile @@ -209,10 +209,10 @@ ifeq ($(LDSO_PRESENT),$(TARGET_ARCH)) install -m 755 lib/ld-uClibc-0.9.5.so $(DEVEL_PREFIX)/lib install -m 755 ldso/util/ldd $(DEVEL_PREFIX)/bin install -m 755 ldso/util/ldconfig $(DEVEL_PREFIX)/bin - install -d $(PREFIX)/bin - ln -fs $(DEVEL_PREFIX)/bin/ldd $(PREFIX)/bin/$(TARGET_ARCH)-uclibc-ldd - install -d $(PREFIX)/sbin - ln -fs $(DEVEL_PREFIX)/sbin/ldconfig $(PREFIX)/sbin/$(TARGET_ARCH)-uclibc-ldconfig + install -d $(TARGET_PREFIX)/bin + ln -fs $(DEVEL_PREFIX)/bin/ldd $(TARGET_PREFIX)/bin/$(TARGET_ARCH)-uclibc-ldd + install -d $(TARGET_PREFIX)/sbin + ln -fs $(DEVEL_PREFIX)/sbin/ldconfig $(TARGET_PREFIX)/sbin/$(TARGET_ARCH)-uclibc-ldconfig endif endif -- cgit v1.2.3