summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-05-28 07:34:58 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-17 23:50:15 +0200
commit3008a94d11a4f3b5453942edf3ee0ca4205d7c96 (patch)
treee667c48cf7e36969c58f2c034316a14a52fd488d
parente8c5ca3617114fa3833f59153cdab9cdb7bc4470 (diff)
2002-05-28 Roland McGrath <roland@frob.com>
* Makefile.in (objs): New target.
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index e43e3a51..6a5499c2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -330,6 +330,9 @@ init-%.c:
kernel-%.o: $(OSKIT_LIBDIR)/multiboot.o $(objfiles) init-%.o
$(CC) $(CFLAGS) -nostdlib -nostartfiles $(LDFLAGS) -r -o $@ \
-Wl,-\( $^ $(OSKIT_LIBS) -Wl,-\) -lgcc
+
+.PHONY: objs
+objs: $(objfiles)
#
# Installation