diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-01-06 01:16:51 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-01-06 01:16:51 +0000 |
commit | dffc8b9eb4bf9bc67ec22258a0771d74b2e97980 (patch) | |
tree | 443871f220e0d3067c40f9a430fbf1385644cbc8 /gas | |
parent | 2d29d89dcf9d0cc92bef06eb5edda9afbc130821 (diff) | |
download | gdb-dffc8b9eb4bf9bc67ec22258a0771d74b2e97980.zip gdb-dffc8b9eb4bf9bc67ec22258a0771d74b2e97980.tar.gz gdb-dffc8b9eb4bf9bc67ec22258a0771d74b2e97980.tar.bz2 |
include literal.c, .o
Diffstat (limited to 'gas')
-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 \ |