Commit 1147b4c4 by Maarten L. Hekkelman

gzcat...

parent 637ad65e
...@@ -144,7 +144,7 @@ rsrc: ...@@ -144,7 +144,7 @@ rsrc:
@ mkdir -p $@ @ mkdir -p $@
rsrc/%.dic: $(LIBCIFPP_DATA_DIR)/%.dic.gz | rsrc rsrc/%.dic: $(LIBCIFPP_DATA_DIR)/%.dic.gz | rsrc
gzcat $^ > $@ zcat $^ > $@
rsrc/%.dic: $(LIBCIFPP_DATA_DIR)/%.dic | rsrc rsrc/%.dic: $(LIBCIFPP_DATA_DIR)/%.dic | rsrc
ln -fs $^ $@ ln -fs $^ $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment