summaryrefslogtreecommitdiff
path: root/ld/ldlex.l
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@nildram.co.uk>2010-02-10 19:48:15 +0000
committerRichard Sandiford <rsandifo@nildram.co.uk>2010-02-10 19:48:15 +0000
commit91516ea7aecc0aed2d2be0eb39860443a1d8d124 (patch)
treea80146a80d9793e2fceaa694b917bcceae1cbd52 /ld/ldlex.l
parentb3a082fe4b3a0f602dd89aec077bccd7cf247e43 (diff)
downloadbinutils-redhat-91516ea7aecc0aed2d2be0eb39860443a1d8d124.tar.gz
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 c6a0254092..e52d83b222 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"