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/rpc/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'libc/inet/rpc/Makefile') diff --git a/libc/inet/rpc/Makefile b/libc/inet/rpc/Makefile index 8c2229374..b2d7c6d4a 100644 --- a/libc/inet/rpc/Makefile +++ b/libc/inet/rpc/Makefile @@ -1,8 +1,5 @@ -CC=$(CROSS)gcc -AR=$(CROSS)ar -RANLIB=$(CROSS)ranlib - -CFLAGS= -O2 -fomit-frame-pointer -Dlinux -I../include +TOPDIR=../ +include $(TOPDIR)Rules.make OBJS = auth_none.o auth_unix.o authunix_prot.o \ bindresvport.o clnt_generic.o clnt_perror.o \ -- cgit v1.2.3