mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-01 16:35:04 +00:00
* Makefile.in (ldlex.c): Don't pass any options to $(LEX).
This commit is contained in:
parent
d39bedb220
commit
40d53fdf16
@ -1,3 +1,7 @@
|
||||
Tue Oct 8 12:07:13 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* Makefile.in (ldlex.c): Don't pass any options to $(LEX).
|
||||
|
||||
Mon Oct 7 17:29:05 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* ld.texinfo (Options): Mention .so extensions for shared
|
||||
|
@ -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' \
|
||||
|
Loading…
Reference in New Issue
Block a user