diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 16:56:00 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 16:56:00 +0000 |
commit | 0faec9c5b3cdfdfb5df69468d9ca4838fa22ebe8 (patch) | |
tree | a3a0d49b5140a53a3bda1a3ead1faf7d566efa4c /libthreads/Makefile | |
parent | d216be1c03c76d3b745392e094ab1b027a2160fd (diff) |
(installhdrsubdir): whoops.
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 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) |