diff options
author | Ian Lance Taylor <ian@airs.com> | 2006-11-28 04:54:06 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2006-11-28 04:54:06 +0000 |
commit | 71afa71118014188f043d0aacfd69b4af8bb7bf5 (patch) | |
tree | 282e7e66bef01ef89a5f9f77b222b2b669afe703 /ld/Makefile.am | |
parent | 6314c43296840fc82a3ee7d7492b206ec4937e5c (diff) | |
download | gdb-71afa71118014188f043d0aacfd69b4af8bb7bf5.zip gdb-71afa71118014188f043d0aacfd69b4af8bb7bf5.tar.gz gdb-71afa71118014188f043d0aacfd69b4af8bb7bf5.tar.bz2 |
* Makefile.am (EXTRA_DIST): Put spu_ovl.o in the emultempl
subdirectory.
* Makefile.in: Regenerate.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index fd73660..9f9cef5 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -1864,7 +1864,7 @@ install-data-local: install-info # Stuff that should be included in a distribution. The diststuff # target is run by the taz target in ../Makefile.in. -EXTRA_DIST = ldgram.c ldgram.h ldlex.c spu_ovl.o $(man_MANS) +EXTRA_DIST = ldgram.c ldgram.h ldlex.c emultempl/spu_ovl.o $(man_MANS) diststuff: info $(EXTRA_DIST) all: info ld.1 |