diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-09-28 19:28:24 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-09-28 19:28:24 +0000 |
commit | 620a590eed13f15ef4cfb5b9e8dbc070dea79ba3 (patch) | |
tree | b68d0abf8d8038583605c09eaf14be1083a3f334 /gas/Makefile.in | |
parent | 9ff0f5efd6c92cd3ba676303be2cd8b9cf32cbde (diff) | |
download | gdb-620a590eed13f15ef4cfb5b9e8dbc070dea79ba3.zip gdb-620a590eed13f15ef4cfb5b9e8dbc070dea79ba3.tar.gz gdb-620a590eed13f15ef4cfb5b9e8dbc070dea79ba3.tar.bz2 |
* Makefile.in (gasp.o): Depends upon config.h.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index b8acda5..8c636c6 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -326,7 +326,7 @@ config-stamp: Makefile conf # Compiling object files from source files. -gasp.o : gasp.c +gasp.o : gasp.c config.h app.o : app.c as.h targ-env.h obj-format.h \ targ-cpu.h struc-symbol.h \ write.h flonum.h bignum.h expr.h frags.h hash.h read.h symbols.h tc.h obj.h |