summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libthreads/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libthreads/Makefile b/libthreads/Makefile
index 18752cd7..c2f1ac74 100644
--- a/libthreads/Makefile
+++ b/libthreads/Makefile
@@ -49,8 +49,8 @@ include ../Makeconf
csw_pic.o: csw.o
cp $< $@
-install: install-cthreads.h
-install-cthreads.h: cthreads.h
+install: $(includedir)/cthreads.h
+$(includedir)/cthreads.h: cthreads.h
$(INSTALL_DATA) cthreads.h $(includedir)/cthreads.h
lndist: lndist-i386-files