From cfeb2c7d797660a163f5edabe979641cf57e67e5 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 20 Jun 2000 17:38:55 +0000 Subject: [PATCH] * Makefile.in: Change to build the DLL during a cross-compiler build. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/Makefile.in | 8 +++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 387eca3b6..78f278951 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +Tue Jun 20 13:38:12 2000 Christopher Faylor + + * Makefile.in: Change to build the DLL during a cross-compiler build. + Mon Jun 19 20:46:33 2000 Christopher Faylor * select.cc (socket_cleanup): Shutdown I/O on dummy sockets prior to diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index 663808e4f..db9d927c6 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -141,19 +141,18 @@ LD_STUFF=--dll $(DLL_OFILES) version.o winver.o $(DLL_IMPORTS) $(LIBM) $(LIBC) \ all_host=@all_host@ install_host=@install_host@ -all: $(all_host) all_target +all: new-$(DLL_NAME) $(all_host) all_target install: $(install_host) install_target -# all: new-$(DLL_NAME) $(LIBGMON_A) $(LIB_NAME) new-$(LIB_NAME) cygrun.exe force - all_target: $(LIBGMON_A) $(LIB_NAME) -all_host: new-$(DLL_NAME) cygrun.exe +all_host: cygrun.exe force: install: all $(install_host) $(install_target) + $(INSTALL_DATA) new-$(DLL_NAME) $(bindir)/$(DLL_NAME); \ for i in $(LIB_NAME) $(GMON_START) $(LIBGMON_A) ; do \ $(INSTALL_DATA) $$i $(tooldir)/lib/$$i ; \ done ; \ @@ -166,7 +165,6 @@ install: all $(install_host) $(install_target) $(INSTALL_DATA) regexp/regexp.h $(tooldir)/include/regexp.h install_host: - $(INSTALL_DATA) new-$(DLL_NAME) $(bindir)/$(DLL_NAME) clean: -rm -f *.o *.dll *.a *.exp junk *.base version.cc regexp/*.o winver_stamp