diff options
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index a67f189..f90ab2a 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -336,7 +336,7 @@ ldemul-list.h: Makefile mv ldemul-tmp.h ldemul-list.h ldlex.c: ldlex.l - $(LEX) -I -Cem $(srcdir)/ldlex.l + $(LEX) $(srcdir)/ldlex.l -sed -e '/^int.*free();/d' \ -e '/^char.*malloc();/d' \ -e 's/malloc/xmalloc/g' \ |