diff --git a/ChangeLog b/ChangeLog index f5e0d45bca..ce5d95355a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-25 Ulrich Drepper + + * stdlib/Makefile ($(objpfx)isomac.out): Move -I.. to the end so + that $(..)/bits is not found early. + 2005-12-24 Ulrich Drepper * manual/errno.texi: Add new Linux errno codes. diff --git a/stdlib/Makefile b/stdlib/Makefile index 9a9ff8bd45..f44c66b283 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -124,7 +124,7 @@ endif $(objpfx)isomac.out: $(objpfx)isomac $(dir $<)$(notdir $<) '$(CC)' \ - '-I../include -I.. $(+sysdep-includes) $(sysincludes)' > $<.out + '-I../include $(+sysdep-includes) $(sysincludes) -I..' > $<.out isomac-CFLAGS = -O $(objpfx)isomac: isomac.c