diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-10-30 17:27:34 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-10-30 17:27:34 +0000 |
commit | b177c45ccfb56f0a3a41151bf4b386c7ea191fde (patch) | |
tree | 5f3aad9463d6ddf0442ac586c27a529b6bf1ef84 /gas/dep-in.sed | |
parent | 5f522e1e043587bfd76ad1fa830205897c5f783b (diff) | |
download | gdb-b177c45ccfb56f0a3a41151bf4b386c7ea191fde.zip gdb-b177c45ccfb56f0a3a41151bf4b386c7ea191fde.tar.gz gdb-b177c45ccfb56f0a3a41151bf4b386c7ea191fde.tar.bz2 |
2005-10-30 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.am (OBJ_FORMATS): Remove vms.
Run "make dep-am".
* Makefile.in: Regenerated.
* dep-in.sed: Replace " ./" with " ".
Diffstat (limited to 'gas/dep-in.sed')
-rw-r--r-- | gas/dep-in.sed | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/dep-in.sed b/gas/dep-in.sed index 2e2717c..f23c201 100644 --- a/gas/dep-in.sed +++ b/gas/dep-in.sed @@ -3,6 +3,7 @@ /\\$/b loop s! \.\./! !g +s! \./! !g s!@INCDIR@!$(INCDIR)!g s!@TOPDIR@/include!$(INCDIR)!g s!@BFDDIR@!$(BFDDIR)!g |