Update list of files generated for irio.
[libfirm] / Makefile
index 906004d..1ab867b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -151,10 +151,7 @@ $(IR_SPEC_GENERATED_FILES): $(IR_SPEC_GENERATOR) $(IR_SPEC) scripts/spec_util.py
        $(Q)$(IR_SPEC_GENERATOR) $(IR_SPEC) ir/ir
 
 IR_IO_GENERATOR := scripts/gen_ir_io.py
-IR_IO_GENERATED_FILES := \
-       ir/ir/gen_irio_import.inl \
-       ir/ir/gen_irio_export.inl \
-       ir/ir/gen_irio_lex.inl
+IR_IO_GENERATED_FILES := ir/ir/gen_irio.inl
 
 $(IR_IO_GENERATED_FILES): $(IR_IO_GENERATOR) $(IR_SPEC) scripts/spec_util.py
        @echo GEN $@