From 4774f65b20faf264ba1b19aaca8c7e2b6e174fe0 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 6 Jul 1995 23:31:13 +0000 Subject: (install): Don't *always* install cthreadsih; do it only if it's new. --- libthreads/Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3