From 54a7d559374ef72fa59bbe3a56d27ff5ec34d3aa Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Wed, 17 Aug 2005 14:48:11 +0000 Subject: Merge/sync with trunk. --- libpthread/linuxthreads/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/linuxthreads/Makefile') diff --git a/libpthread/linuxthreads/Makefile b/libpthread/linuxthreads/Makefile index 2f66fab21..cca65d51c 100644 --- a/libpthread/linuxthreads/Makefile +++ b/libpthread/linuxthreads/Makefile @@ -39,9 +39,9 @@ CFLAGS :=$(CFLAGS:-O0=-O1) # set up system dependencies include dirs (NOTE: order matters!) +PTDIR = $(TOPDIR)libpthread/linuxthreads/ SYSDEPINC = -I$(PTDIR)sysdeps/pthread \ -I$(PTDIR)sysdeps/$(TARGET_ARCH) \ - -I$(PTDIR)sysdeps \ -I$(TOPDIR)libc/sysdeps/linux/$(TARGET_ARCH) CFLAGS += $(SYSDEPINC) -- cgit v1.2.3