aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlex.l
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2010-02-10 19:48:16 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2010-02-10 19:48:16 +0000
commit45e481d13b770b743fb0be9d9f5fe8c0e03c2a12 (patch)
tree14f819c32b3f80869e9b4ee93a553113934f78e9 /ld/ldlex.l
parent92981e24467c4247c8bf16780cac90b340c0a4c2 (diff)
downloadfsf-binutils-gdb-45e481d13b770b743fb0be9d9f5fe8c0e03c2a12.zip
fsf-binutils-gdb-45e481d13b770b743fb0be9d9f5fe8c0e03c2a12.tar.gz
fsf-binutils-gdb-45e481d13b770b743fb0be9d9f5fe8c0e03c2a12.tar.bz2
ld/
* Makefile.am (CFILES): Add ldlex-wrapper.c. (OFILES): Replace ldlex.c with ldlex-wrapper.c. (ldlex.o): Replace with... (ldlex-wrapper.o): ...this new rule. (EXTRA_ld_new_SOURCES): Add ldlex.l. (ld_new_SOURCES): Replace ldlex.l with ldlex-wrapper.c. * Makefile.in: Regenerate. * ldlex.l (sysdep.h): Don't include here. * ldlex-wrapper.c: New file.
Diffstat (limited to 'ld/ldlex.l')
-rw-r--r--ld/ldlex.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/ld/ldlex.l b/ld/ldlex.l
index c6a0254..e52d83b 100644
--- a/ld/ldlex.l
+++ b/ld/ldlex.l
@@ -24,7 +24,6 @@
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
MA 02110-1301, USA. */
-#include "sysdep.h"
#include "bfd.h"
#include "safe-ctype.h"
#include "bfdlink.h"