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-21 22:33:19 +0400
committerChristopher Faylor <me@cgf.cx>2000-06-21 22:33:19 +0400
commite282ff799fb9c17ec1b78f0d9389afeb240f85e6 (patch)
tree2a501a2be12bac8211bd970a16a7c1cb44a9d54f /winsup/cygwin/Makefile.in
parent159db33b116f18647baffc0c99f12ebe4d256103 (diff)
* Makefile.in: Add *.def to clean operation.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 29ee216ed..cda144480 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -106,7 +106,8 @@ GMON_START:=gcrt0.o
# data which apps can get to, which is a pain in the dll, so we
# include them directly into the library.
-LIBCOS:=libccrt0.o libcmain.o getopt.o dll_entry.o dll_main.o
+LIBCOS:=libccrt0.o libcmain.o getopt.o dll_entry.o dll_main.o \
+ premain0.o premain1.o premain2.o premain3.o
# Build all source files in the config directory
@@ -143,9 +144,7 @@ install_host=@install_host@
all: new-$(DLL_NAME) $(all_host) all_target
-install: $(install_host) install_target
-
-all_target: $(LIBGMON_A) $(LIB_NAME)
+all_target: $(LIBGMON_A) $(LIB_NAME) binmode.o
all_host: cygrun.exe
@@ -167,7 +166,7 @@ install: all $(install_host) $(install_target)
install_host:
clean:
- -rm -f *.o *.dll *.a *.exp junk *.base version.cc regexp/*.o winver_stamp *.exe
+ -rm -f *.o *.dll *.a *.exp junk *.base *.def version.cc regexp/*.o winver_stamp *.exe
maintainer-clean realclean: clean
@echo "This command is intended for maintainers to use;"