mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
f347cb90f1
Fixes #2792
10 lines
178 B
Makefile
10 lines
178 B
Makefile
MIRROR_FROM_REP_DIR := lib/symbols/qt5_component
|
|
|
|
content: $(MIRROR_FROM_REP_DIR) LICENSE
|
|
|
|
$(MIRROR_FROM_REP_DIR):
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
cp $(GENODE_DIR)/LICENSE $@
|