diff options
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 60e575b..5a10d55 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -150,6 +150,7 @@ REAL_SOURCES = \ $(srcdir)/hex-value.c \ $(srcdir)/input-file.c \ $(srcdir)/input-scrub.c \ + $(srcdir)/literal.c \ $(srcdir)/messages.c \ $(srcdir)/output-file.c \ $(srcdir)/read.c \ @@ -216,6 +217,7 @@ OBJS = \ hex-value.o \ input-file.o \ input-scrub.o \ + literal.o \ messages.o \ output-file.o \ read.o \ |