diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-08-06 16:01:27 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-08-06 16:01:27 +0000 |
commit | 2a562314f397d7c9e2ab3961ea030ba015fb34cc (patch) | |
tree | 1e98f2b093bbd49ba1c431764ecb3cd8de5af492 /gas/Makefile.am | |
parent | 9fcc5e478c645ba42f0f69a1a3f4e42041723cab (diff) | |
download | gdb-2a562314f397d7c9e2ab3961ea030ba015fb34cc.zip gdb-2a562314f397d7c9e2ab3961ea030ba015fb34cc.tar.gz gdb-2a562314f397d7c9e2ab3961ea030ba015fb34cc.tar.bz2 |
* Makefile.am ($(srcdir)/config/m68k-parse.h): New target, to
further try to circumvent the .y.h rule.
* Makefile.in: Rebuild.
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r-- | gas/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am index b0a7bb7..cb23dea 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -464,6 +464,7 @@ m68k-parse.o: m68k-parse.c $(srcdir)/config/m68k-parse.h # Don't let the .y.h rule clobber m68k-parse.h. m68k-parse.h: ; @true +$(srcdir)/config/m68k-parse.h: ; @true # The instruction table specification lexical analyzer and parser. |