diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-05-15 22:10:56 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-05-15 22:10:56 +0000 |
commit | d2d67c9856355f732c83f060e0c69b2e520db65e (patch) | |
tree | e03d17aaedd2722459c37c43d0a9297a63e81fc3 /libc/inet/rpc/Makefile | |
parent | 557676bdf528741f188f6af0e7bb5f25e29e7d3e (diff) | |
download | uClibc-alpine-d2d67c9856355f732c83f060e0c69b2e520db65e.tar.bz2 uClibc-alpine-d2d67c9856355f732c83f060e0c69b2e520db65e.tar.xz |
Finished porting stuff to x86 and supporting the Linux 2.2 kernels.
It now compiles....
-Erik
Diffstat (limited to 'libc/inet/rpc/Makefile')
-rw-r--r-- | libc/inet/rpc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/inet/rpc/Makefile b/libc/inet/rpc/Makefile index b2d7c6d4a..e2c867703 100644 --- a/libc/inet/rpc/Makefile +++ b/libc/inet/rpc/Makefile @@ -1,5 +1,6 @@ TOPDIR=../ include $(TOPDIR)Rules.make +CFLAGS+=-I$(TOPDIR)include/linux OBJS = auth_none.o auth_unix.o authunix_prot.o \ bindresvport.o clnt_generic.o clnt_perror.o \ |