diff options
Diffstat (limited to 'arch/mips/arc/Makefile')
-rw-r--r-- | arch/mips/arc/Makefile | 17 |
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 |