Browse Source

Changed: create directories if needed

ceriel 30 years ago
parent
commit
56177b33f4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      etc/Makefile

+ 3 - 0
etc/Makefile

@@ -11,6 +11,9 @@ $c/em_pseu.c \
 $c/em_mnem.c
 
 $(FILES):       em_table
+		-mkdir $d/h
+		-mkdir $d/util
+		-mkdir $d/util/data
 		new_table $h $c
 
 install:	$(FILES)