remove libcompat_minix as library
. get rid of includes in libcompat_minix: . move configfile.h to minix/include/ . all others are unneeded as they point to other files . merge the .c files with libc Change-Id: I5e840c66fb9bc484f377926aa9d66473bbd16259
This commit is contained in:
@@ -39,7 +39,6 @@ SUBDIR+= ../minix/lib/libasyn \
|
||||
../minix/lib/libbdev \
|
||||
../minix/lib/libblockdriver \
|
||||
../minix/lib/libchardriver \
|
||||
../minix/lib/libcompat_minix \
|
||||
../minix/lib/libddekit \
|
||||
../minix/lib/libdevman \
|
||||
../minix/lib/libexec \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Name: c
|
||||
Description: NetBSD C Library
|
||||
Version: 1.0
|
||||
Libs: -lc -lminlib -lcompat_minix
|
||||
Libs: -lc -lminlib
|
||||
|
||||
Reference in New Issue
Block a user