From f6aab4c4e91d2eb44bcebbb695ae446756ff68f0 Mon Sep 17 00:00:00 2001 From: cgd Date: Sun, 4 Apr 1993 19:17:10 +0000 Subject: now that we have subdirs, need to do them on install, too... --- include/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/Makefile b/include/Makefile index b21f119e5e0..a0d2874219f 100644 --- a/include/Makefile +++ b/include/Makefile @@ -32,7 +32,7 @@ NOOBJ= noobj SHARED= copies #SHARED= symlinks -install: ${SHARED} +install: _PROGSUBDIR ${SHARED} @echo installing ${FILES} @-for i in ${FILES}; do \ cmp -s $$i ${DESTDIR}/usr/include/$$i || \ -- cgit