diff options
author | Christopher Faylor <me@cgf.cx> | 2000-06-22 19:11:32 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-06-22 19:11:32 +0000 |
commit | b86769580183a2d14afef0d4dce88c38e55b5f21 (patch) | |
tree | c740547a2dd7cfcb9df276a11972f3bf7fc54587 /winsup/cygwin | |
parent | 98a3dc3bc5984a1689815ea092f2a62509653180 (diff) | |
download | cygnal-b86769580183a2d14afef0d4dce88c38e55b5f21.tar.gz cygnal-b86769580183a2d14afef0d4dce88c38e55b5f21.tar.bz2 cygnal-b86769580183a2d14afef0d4dce88c38e55b5f21.zip |
Remove some files that were added prematurely.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index f86aac203..4431bab55 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -106,8 +106,7 @@ 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 \ - premain0.o premain1.o premain2.o premain3.o +LIBCOS:=libccrt0.o libcmain.o getopt.o dll_entry.o dll_main.o # Build all source files in the config directory @@ -144,7 +143,7 @@ install_host=@install_host@ all: new-$(DLL_NAME) $(all_host) all_target -all_target: $(LIBGMON_A) $(LIB_NAME) binmode.o +all_target: $(LIBGMON_A) $(LIB_NAME) all_host: new-$(LIB_NAME) cygrun.exe |