summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-01-13 00:11:11 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-01-13 00:11:11 +0000
commit02c0d23178ce99ab4d172033934b2048ff1f0576 (patch)
treee77d1b66521a1db60628e821e6e6c864dc107c2c /arch/mips
parent3c5d539b166e1ea793de479c92487a701c736d18 (diff)
Fix Makefile.
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/arc/Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/arch/mips/arc/Makefile b/arch/mips/arc/Makefile
index 110eb340b..7bfefcfba 100644
--- a/arch/mips/arc/Makefile
+++ b/arch/mips/arc/Makefile
@@ -1,4 +1,5 @@
-# $Id: Makefile,v 1.1.1.1 1997/06/01 03:16:40 ralf Exp $
+# $Id: Makefile,v 1.1 1998/10/18 13:32:08 tsbogend Exp $
+#
# Makefile for the SGI arcs prom monitor library routines
# under Linux.
#
@@ -8,16 +9,8 @@
#
# Note 2! The CFLAGS definitions are now in the main makefile...
-OBJS = console.o init.o printf.o memory.o tree.o env.o \
- cmdline.o misc.o time.o file.o identify.o
-
-all: arclib.a
-
-arclib.a: $(OBJS)
- $(AR) rcs arclib.a $(OBJS)
- sync
-
-dep:
- $(CPP) -M *.c > .depend
+L_TARGET = arclib.a
+L_OBJS = console.o init.o printf.o memory.o tree.o env.o cmdline.o misc.o \
+ time.o file.o identify.o
include $(TOPDIR)/Rules.make