diff options
author | Roland McGrath <roland@gnu.org> | 1995-05-12 18:25:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-05-12 18:25:25 +0000 |
commit | d02ec12ff293185f3528860401e23148624c911e (patch) | |
tree | 5e70cc53dbb9ebe9ce87941d7d580535dadd4a42 /libthreads/Makefile | |
parent | b00eb67db67922f6f407bd48ef63844217435233 (diff) |
(CPPFLAGS): Use $(srcdir) instead of $(hurdsource).
Diffstat (limited to 'libthreads/Makefile')
-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 |