summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-07-06 23:31:13 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-07-06 23:31:13 +0000
commit4774f65b20faf264ba1b19aaca8c7e2b6e174fe0 (patch)
tree5a5e5e7a9b4a542622420e5756f138a93860b234
parent02f67cf624b9e6dc8020e1123b63356ee29a645d (diff)
(install): Don't *always* install cthreadsih; do it only if it's new.
-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