summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-07-05 20:22:36 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-17 23:50:18 +0200
commit3393011e8a051cc84e974c46f3abf1e983236b89 (patch)
treed5dff81b00920a3f0b029e5b7ee5740a0cf01509
parent49e1f06ef05ac27f372018716a69898320c13104 (diff)
2002-07-05 Roland McGrath <roland@frob.com>
* Makefile.in (kernel-%.o): Use -L$(OSKIT_LIBDIR)/.. switch. Reoprted by James Morrison <rocketmail_com@rocketmail.com>.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6a5499c2..7279e50c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -329,7 +329,7 @@ init-%.c:
kernel-%.o: $(OSKIT_LIBDIR)/multiboot.o $(objfiles) init-%.o
$(CC) $(CFLAGS) -nostdlib -nostartfiles $(LDFLAGS) -r -o $@ \
- -Wl,-\( $^ $(OSKIT_LIBS) -Wl,-\) -lgcc
+ -Wl,-\( $^ -L$(OSKIT_LIBDIR)/.. $(OSKIT_LIBS) -Wl,-\) -lgcc
.PHONY: objs
objs: $(objfiles)