X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=4bfa7863063f61984f79eb504030bd2716398b08;hp=f81e98ed5ed97d82451502505defd478e9fe2ec6;hb=582d618b69077087961c367bd1631495906c92a8;hpb=0cd75fec1902ab5540539fe8c95a071caf18f58e diff --git a/ChangeLog b/ChangeLog index f81e98e..4bfa786 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2005-12-24 Peter Maydell + * Bug #15285: Don't use $< in target rules in makefiles, as POSIX + says it's only defined in inference rules. (BSD make was expanding + $< to the empty string in the rule for building sbr/dtimep.c, which + causes lex to apparently hang because it's reading from stdin.) + +2005-12-24 Peter Maydell + * Completely redo db library checking -- we now check for working (include file, library) pairs rather than checking for headers and libraries separately. We also now provide --with-ndbm=lib and