diff options
-rw-r--r-- | libthreads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libthreads/Makefile b/libthreads/Makefile index abeb497e..193ebd17 100644 --- a/libthreads/Makefile +++ b/libthreads/Makefile @@ -35,7 +35,7 @@ OTHERTAGS = $(I386SRCS) $(I386HDRS) libname = libthreads installhdrs = cthreads.h rwlock.h -installhdrdir = . +installhdrsubdir = . VPATH += $(srcdir)/$(machine) |