From: ceriel Date: Tue, 19 Dec 1989 15:32:51 +0000 (+0000) Subject: Added mechanism for installing header files X-Git-Tag: release-5-5~1976 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=33e47b1a51eddf0efdf07a1efd59d476c10e229f;p=ack.git Added mechanism for installing header files --- diff --git a/lang/cem/libcc.ansi/Makefile b/lang/cem/libcc.ansi/Makefile index 866fffd14..984a36d41 100644 --- a/lang/cem/libcc.ansi/Makefile +++ b/lang/cem/libcc.ansi/Makefile @@ -13,6 +13,8 @@ OLIB=tail_$(PREF)$(SUB) install: MakeArch + -if [ -d $(EMHOME)/include/tail_ac ] then : ; else mkdir $(EMHOME)/include/tail_ac ; fi + ( cd headers; tar cf - `cat LIST` ) | ( cd $(EMHOME)/include/tail_ac ; tar xf - ) clean: rm -f OLIST */OLIST