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

@@ -21,8 +21,7 @@ head:
$(MACH) $(MACHFL) -c -I$(TARGET_HOME)/h head_ac.e
copy:
( cd $(SRC_DIR) ; tar cf - LIST `cat LIST` head_ac.e ) | \
tar xf -
cp_dir $(SRC_DIR) .
for i in `cat LIST` ; \
do cd $$i ; \
make `cat LIST` ; \