mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 14:00:30 +00:00
* stdlib/Makefile ($(objpfx)isomac.out): Move -I.. to the end so
that $(..)/bits is not found early.
This commit is contained in:
parent
d4d138a4d9
commit
08f60b258e
@ -1,3 +1,8 @@
|
||||
2005-12-25 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* stdlib/Makefile ($(objpfx)isomac.out): Move -I.. to the end so
|
||||
that $(..)/bits is not found early.
|
||||
|
||||
2005-12-24 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* manual/errno.texi: Add new Linux errno codes.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user