mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* Makefile.in: Avoid bug in hpux sed.
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
Sun Mar 20 11:26:36 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
|
||||
|
||||
* Makefile.in: Avoid bug in hpux sed.
|
||||
|
||||
* objcopy.c: Changes to keep it from stripping symbols used
|
||||
in output relocations.
|
||||
(mark_symbols_used_in_relocations): New function. Mark symbols
|
||||
|
@ -295,7 +295,7 @@ nlmheader.c: nlmheader.y
|
||||
-mv y.tab.c nlmheader.c
|
||||
|
||||
nlmconv.o: nlmconv.c
|
||||
ldname=`t='$(program_transform_name)'; echo ld | sed -e "" $$t`; \
|
||||
ldname=`t='$(program_transform_name)'; echo ld | sed -e "s/brokensed/brokensed/" $$t`; \
|
||||
$(CC) -c -DLD_NAME="\"$${ldname}\"" $(INCLUDES) $(HDEFINES) $(TDEFINES) $(CFLAGS) $(srcdir)/nlmconv.c
|
||||
|
||||
$(NLMCONV_PROG): nlmconv.o nlmheader.o $(ADDL_LIBS) $(BFD)
|
||||
|
Reference in New Issue
Block a user