document "make install" problems with generic header file names in
Makefile
This commit is contained in:
parent
a31d25af17
commit
3cf6f00371
8
Makefile
8
Makefile
@ -1,4 +1,10 @@
|
||||
prefix=/usr/local
|
||||
# Warning! There is no real "make install" support.
|
||||
# The include files are named after the djb, i.e. pretty generic. They
|
||||
# will probably conflict with other headers. That's why I install them
|
||||
# in /opt/diet, where they are in the default search path for my diet libc
|
||||
# work but don't conflict with anything there. YMMV.
|
||||
|
||||
prefix=/opt/diet
|
||||
LIBDIR=${prefix}/lib
|
||||
INCLUDEDIR=${prefix}/include
|
||||
MAN3DIR=${prefix}/man/man3
|
||||
|
Loading…
x
Reference in New Issue
Block a user