fix 'COMMON' variables in cparser
[cparser] / Makefile
index adecc3d..8432df0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,8 @@ SOURCES := \
        adt/obstack_printf.c \
        adt/strset.c \
        adt/xmalloc.c \
+       attribute.c \
+       parser.c \
        ast.c \
        ast2firm.c \
        diagnostic.c \
@@ -35,15 +37,14 @@ SOURCES := \
        driver/firm_codegen.c \
        driver/firm_opt.c \
        driver/firm_timing.c \
-       driver/gen_firm_asm.c \
        entity.c \
        entitymap.c \
        format_check.c \
        lexer.c \
        main.c \
        mangle.c \
-       parser.c \
        preprocessor.c \
+       printer.c \
        symbol_table.c \
        token.c \
        type.c \