Subject: re: CVS commit: basesrc
To: None <jdolecek@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 01/06/2001 13:03:25
Module Name: basesrc
Committed By: jdolecek
Date: Fri Jan 5 21:15:50 UTC 2001
Modified Files:
basesrc/lib/libedit: Makefile readline.c
Added Files:
basesrc/lib/libedit/readline: Makefile readline.h
Removed Files:
basesrc/lib/libedit: readline.h
Log Message:
Standard location of readline headers is /usr/include/readline/, so install
them there.
readline.h of libedit had to move to subdirectory 'readline', due to the way
BSD makefiles work; this is better than potentially fragile Makefile hacks
was this discussed anywhere? i missed it if it was.
this change seems like a really bad idea. what's the point of moving it to
a <readline/readline.h> if you have to modify every makefile to deal with it?
if it is <readline/readline.h>, then that is what should be included, not
lame hacks added to makefile's to add the correct -I value.
.mrg.