From d02ec12ff293185f3528860401e23148624c911e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 12 May 1995 18:25:25 +0000 Subject: (CPPFLAGS): Use $(srcdir) instead of $(hurdsource). --- libthreads/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libthreads/Makefile') diff --git a/libthreads/Makefile b/libthreads/Makefile index b3ddbe9f..86034feb 100644 --- a/libthreads/Makefile +++ b/libthreads/Makefile @@ -34,7 +34,7 @@ OBJS = $(addsuffix .o,$(basename $(notdir $(SRCS) $(I386SRCS)))) OTHERTAGS = $(I386SRCS) $(I386HDRS) # We need this to find in the source directory. -CPPFLAGS = -I. -I$(hurdsource)/libthreads +CPPFLAGS = -I. -I$(srcdir)/libthreads libname = libthreads -- cgit v1.2.3