From c3a27f5095a50bef9e56f19eeed1176319e189e2 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Sun, 14 May 2000 06:07:31 +0000 Subject: Some makefile updates to make it behave a bit better/consistently. -Erik --- libc/inet/Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'libc/inet/Makefile') diff --git a/libc/inet/Makefile b/libc/inet/Makefile index 0b8797488..1e954307f 100644 --- a/libc/inet/Makefile +++ b/libc/inet/Makefile @@ -4,13 +4,10 @@ # Copyright (C) 1999 D. Jeff Dionne # under the GNU Library General Public License. -LIBC=../libc.a - -CC=$(CROSS)gcc -AR=$(CROSS)ar -RANLIB=$(CROSS)ranlib +TOPDIR=../ +include Rules.make -CCFLAGS= -O2 $(CPUFLAGS) -fno-builtin -I../include +LIBC=../libc.a ASRC=addr.c AOBJ=inet_aton.o inet_addr.o inet_ntoa.o @@ -24,8 +21,6 @@ gethostbyaddr.o OBJ=$(AOBJ) $(ROBJ) -CFLAGS=$(ARCH) $(CCFLAGS) $(DEFS) - all: $(LIBC) @$(RM) $(OBJ) -- cgit v1.2.3