From 3cf6f0037114f40e2d6cf4686c4d41c2789e81f3 Mon Sep 17 00:00:00 2001 From: leitner Date: Mon, 16 Sep 2002 01:14:47 +0000 Subject: [PATCH] document "make install" problems with generic header file names in Makefile --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b51d103..53506d7 100644 --- a/Makefile +++ b/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