From 3393011e8a051cc84e974c46f3abf1e983236b89 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 5 Jul 2002 20:22:36 +0000 Subject: 2002-07-05 Roland McGrath * Makefile.in (kernel-%.o): Use -L$(OSKIT_LIBDIR)/.. switch. Reoprted by James Morrison . --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3