* Makefile.am (CC_FOR_TARGET,nlmcomv.o): Change program_transform_name
to transform. * Makefile.in: Regenerate.
This commit is contained in:
parent
ca7f5c98bd
commit
2aff49dd48
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Fri Jan 30 19:16:28 1998 Doug Evans <devans@canuck.cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.am (CC_FOR_TARGET,nlmcomv.o): Change program_transform_name
|
||||||
|
to transform.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
Thu Jan 29 16:24:04 1998 Mumit Khan <khan@xraylith.wisc.edu>
|
Thu Jan 29 16:24:04 1998 Mumit Khan <khan@xraylith.wisc.edu>
|
||||||
|
|
||||||
* dlltool.c: Define exit status macros for _WIN32 but not
|
* dlltool.c: Define exit status macros for _WIN32 but not
|
||||||
|
|
|
@ -181,7 +181,7 @@ CC_FOR_TARGET = ` \
|
||||||
if [ "@host@" = "@target@" ] ; then \
|
if [ "@host@" = "@target@" ] ; then \
|
||||||
echo $(CC); \
|
echo $(CC); \
|
||||||
else \
|
else \
|
||||||
echo gcc | sed '$(program_transform_name)'; \
|
echo gcc | sed '$(transform)'; \
|
||||||
fi; \
|
fi; \
|
||||||
fi`
|
fi`
|
||||||
|
|
||||||
|
@ -952,7 +952,7 @@ dlltool.o:dlltool.c
|
||||||
# coff/sym.h and coff/ecoff.h won't be found by the automatic dependency
|
# coff/sym.h and coff/ecoff.h won't be found by the automatic dependency
|
||||||
# scripts, since they are only included conditionally.
|
# scripts, since they are only included conditionally.
|
||||||
nlmconv.o: nlmconv.c $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
|
nlmconv.o: nlmconv.c $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
|
||||||
ldname=`echo ld | sed '$(program_transform_name)'`; \
|
ldname=`echo ld | sed '$(transform)'`; \
|
||||||
$(COMPILE) -c -DLD_NAME="\"$${ldname}\"" @NLMCONV_DEFS@ $(srcdir)/nlmconv.c
|
$(COMPILE) -c -DLD_NAME="\"$${ldname}\"" @NLMCONV_DEFS@ $(srcdir)/nlmconv.c
|
||||||
|
|
||||||
# Targets to rebuild dependencies in this Makefile.
|
# Targets to rebuild dependencies in this Makefile.
|
||||||
|
|
Loading…
Reference in a new issue