summaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-12-25 19:19:20 +0000
committerUlrich Drepper <drepper@redhat.com>2005-12-25 19:19:20 +0000
commit08f60b258ec9d9a24275831941a6f559eb26580e (patch)
treeb5da9d8e93ef6a66dcf880cbb8a15615743b06f8 /stdlib
parentd4d138a4d9a01680da6ea0472bd81cdc44d438b7 (diff)
* stdlib/Makefile ($(objpfx)isomac.out): Move -I.. to the end so
that $(..)/bits is not found early.
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/Makefile2
1 files changed, 1 insertions, 1 deletions
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