Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-06-20 21:38:55 +0400
committerChristopher Faylor <me@cgf.cx>2000-06-20 21:38:55 +0400
commitcfeb2c7d797660a163f5edabe979641cf57e67e5 (patch)
tree6b25715d46e8d81510c29206c18d6c461c63c151 /winsup/cygwin/Makefile.in
parentfa2ba8581451dd3b02421d04ebb8b6b95821c503 (diff)
* Makefile.in: Change to build the DLL during a cross-compiler build.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in8
1 files changed, 3 insertions, 5 deletions
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