* Makefile.in: Use appropriate VARIABLE to refer to cygwin.def in load line.
This commit is contained in:
parent
7a87f0326b
commit
adfefc0b06
@ -1,3 +1,8 @@
|
|||||||
|
Tue May 9 18:59:41 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.in: Use appropriate VARIABLE to refer to cygwin.def in load
|
||||||
|
line.
|
||||||
|
|
||||||
Thu May 9 23:53:00 2000 Corinna Vinschen <corinna@vinschen.de>
|
Thu May 9 23:53:00 2000 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler.cc (fhandler_base::puts_readahead): Change
|
* fhandler.cc (fhandler_base::puts_readahead): Change
|
||||||
|
@ -180,7 +180,7 @@ new-$(LIB_NAME): $(DEF_FILE) $(LIBCOS)
|
|||||||
# Rule to build cygwin.dll
|
# Rule to build cygwin.dll
|
||||||
|
|
||||||
new-$(DLL_NAME): $(DLL_OFILES) $(DEF_FILE) $(DLL_IMPORTS) $(LIBC) $(LIBM) Makefile winver_stamp
|
new-$(DLL_NAME): $(DLL_OFILES) $(DEF_FILE) $(DLL_IMPORTS) $(LIBC) $(LIBM) Makefile winver_stamp
|
||||||
$(LD) -shared -o $@ -e $(DLL_ENTRY) cygwin.def $(DLL_OFILES) version.o \
|
$(LD) -shared -o $@ -e $(DLL_ENTRY) $(DEF_FILE) $(DLL_OFILES) version.o \
|
||||||
winver.o $(DLL_IMPORTS) $(LIBM) $(LIBGCC) $(MALLOC_OBJ) $(LIBC) $(LIBGCC)
|
winver.o $(DLL_IMPORTS) $(LIBM) $(LIBGCC) $(MALLOC_OBJ) $(LIBC) $(LIBGCC)
|
||||||
|
|
||||||
dll_ofiles: $(DLL_OFILES)
|
dll_ofiles: $(DLL_OFILES)
|
||||||
|
Loading…
Reference in New Issue
Block a user