Move C-related declarations to compile-c.h
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index c007fbc00082cae9437ffd5ce7f98c11839ba186..f9d1b007022be8d8652472230f1deda153feec2c 100644 (file)
@@ -319,9 +319,7 @@ SUBDIR_GCC_COMPILE_SRCS = \
        compile/compile-c-types.c \
        compile/compile-loc2c.c \
        compile/compile-object-load.c \
-       compile/compile-object-load.h \
-       compile/compile-object-run.c \
-       compile/compile-object-run.h
+       compile/compile-object-run.c
 
 SUBDIR_GCC_COMPILE_OBS = $(patsubst %.c,%.o,$(filter %.c,$(SUBDIR_GCC_COMPILE_SRCS)))
 
@@ -1462,6 +1460,10 @@ HFILES_NO_SRCDIR = \
        common/x86-xstate.h \
        common/xml-utils.h \
        compile/compile.h \
+       compile/compile-c.h \
+       compile/compile-internal.h \
+       compile/compile-object-load.h \
+       compile/compile-object-run.h \
        config/nm-linux.h \
        config/nm-nto.h \
        config/djgpp/langinfo.h \
This page took 0.024589 seconds and 4 git commands to generate.