summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-08-03 07:19:25 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-08-03 07:19:25 +0000
commit2ae30eb591033ae5ae4411d6e9ce94f17982d256 (patch)
tree616e2260bf9166a60b98f9d107399ffbfacb359a /mdk-stage1/Makefile
parent3f55a2b2e6a0674d20255999b1216c20790a608a (diff)
downloaddrakx-backup-do-not-use-2ae30eb591033ae5ae4411d6e9ce94f17982d256.tar
drakx-backup-do-not-use-2ae30eb591033ae5ae4411d6e9ce94f17982d256.tar.gz
drakx-backup-do-not-use-2ae30eb591033ae5ae4411d6e9ce94f17982d256.tar.bz2
drakx-backup-do-not-use-2ae30eb591033ae5ae4411d6e9ce94f17982d256.tar.xz
drakx-backup-do-not-use-2ae30eb591033ae5ae4411d6e9ce94f17982d256.zip
fix build on x86_64
Diffstat (limited to 'mdk-stage1/Makefile')
-rw-r--r--mdk-stage1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile
index f1721d292..39dd3a499 100644
--- a/mdk-stage1/Makefile
+++ b/mdk-stage1/Makefile
@@ -104,7 +104,7 @@ STAGE1_OWN_LIBS = $(INSMOD)/libinsmod.a mar/libmar.a bzlib/libbzlib.a
ifeq (DIETLIBC, $(L))
-STAGE1_NETWORK_LIBS = /usr/$(LIB)/dietlibc/lib-$(ARCH)/librpc.a
+STAGE1_NETWORK_LIBS = /usr/lib/dietlibc/lib-$(ARCH)/librpc.a
else
STAGE1_NETWORK_LIBS = /usr/$(LIB)/libresolv.a
endif