diff options
Diffstat (limited to 'libc/inet')
-rw-r--r-- | libc/inet/Makefile | 2 | ||||
-rw-r--r-- | libc/inet/rpc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libc/inet/Makefile b/libc/inet/Makefile index 572263eb1..8c846370f 100644 --- a/libc/inet/Makefile +++ b/libc/inet/Makefile @@ -21,7 +21,7 @@ # respective copyright holders. TOPDIR=../ -include $(TOPDIR)Rules.make +include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a DIRS = #rpc diff --git a/libc/inet/rpc/Makefile b/libc/inet/rpc/Makefile index a9a4717ac..dfa68e055 100644 --- a/libc/inet/rpc/Makefile +++ b/libc/inet/rpc/Makefile @@ -21,7 +21,7 @@ # respective copyright holders. TOPDIR=../../ -include $(TOPDIR)Rules.make +include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a CFLAGS+=-I$(TOPDIR)include/linux |