Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* stdlib/Makefile ($(objpfx)isomac.out): Move -I.. to the end so
	that $(..)/bits is not found early.
  • Loading branch information
Ulrich Drepper committed Dec 25, 2005
1 parent d4d138a commit 08f60b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion stdlib/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 08f60b2

Please sign in to comment.