From 08f60b258ec9d9a24275831941a6f559eb26580e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 25 Dec 2005 19:19:20 +0000 Subject: * stdlib/Makefile ($(objpfx)isomac.out): Move -I.. to the end so that $(..)/bits is not found early. --- stdlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/Makefile') 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 -- cgit v1.2.3