diff options
-rw-r--r-- | libthreads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <cthreads.h> in the source directory. -CPPFLAGS = -I. -I$(hurdsource)/libthreads +CPPFLAGS = -I. -I$(srcdir)/libthreads libname = libthreads |