Use cp_dir to copy directories

This commit is contained in:
ceriel
1991-12-18 09:44:10 +00:00
parent 5866c2a57b
commit 87a148facb
2 changed files with 4 additions and 4 deletions

View File

@@ -7,8 +7,9 @@ SRC_DIR = $(SRC_HOME)/lang/cem/libcc.ansi
all:
install:
-mkdir $(TARGET_HOME)/include/tail_ac
( cd $(SRC_DIR)/headers; tar cf - `cat LIST` ) | ( cd $(TARGET_HOME)/include/tail_ac ; tar xf - )
if [ $(DO_MACHINE_INDEP) = y ] ; \
then cp_dir $(SRC_DIR)/headers $(TARGET_HOME)/include/tail_ac ; \
fi
clean: