mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 07:16:23 -05:00
make depend on Cygwin64.
This commit is contained in:
parent
263834b7d9
commit
63feade299
8
Makefile
8
Makefile
@ -164,7 +164,7 @@ isearch.o: isearch.c isearch.h basic.h buffer.h crypt.h line.h utf8.h \
|
||||
line.o: line.c line.h utf8.h buffer.h crypt.h edef.h estruct.h retcode.h \
|
||||
log.h window.h defines.h
|
||||
lock.o: lock.c lock.h estruct.h line.h utf8.h retcode.h display.h edef.h \
|
||||
buffer.h crypt.h input.h pklock.h
|
||||
buffer.h crypt.h input.h
|
||||
log.o: log.c log.h retcode.h
|
||||
main.o: main.c basic.h bind.h edef.h buffer.h crypt.h line.h utf8.h \
|
||||
estruct.h retcode.h bindable.h display.h eval.h execute.h file.h input.h \
|
||||
@ -174,8 +174,7 @@ names.o: names.c names.h basic.h bind.h edef.h buffer.h crypt.h line.h \
|
||||
isearch.h region.h random.h search.h spawn.h window.h defines.h word.h
|
||||
pklock.o: pklock.c pklock.h estruct.h line.h utf8.h retcode.h edef.h \
|
||||
buffer.h crypt.h
|
||||
posix.o: posix.c termio.h estruct.h line.h utf8.h retcode.h edef.h \
|
||||
buffer.h crypt.h
|
||||
posix.o: posix.c termio.h
|
||||
random.o: random.c random.h basic.h buffer.h crypt.h line.h utf8.h \
|
||||
display.h estruct.h retcode.h edef.h execute.h input.h log.h search.h \
|
||||
window.h defines.h
|
||||
@ -188,7 +187,8 @@ spawn.o: spawn.c spawn.h defines.h buffer.h crypt.h line.h utf8.h \
|
||||
window.h
|
||||
tcap.o: tcap.c display.h estruct.h line.h utf8.h retcode.h edef.h \
|
||||
buffer.h crypt.h termio.h
|
||||
termio.o: termio.c termio.h
|
||||
termio.o: termio.c termio.h estruct.h line.h utf8.h retcode.h edef.h \
|
||||
buffer.h crypt.h
|
||||
utf8.o: utf8.c utf8.h
|
||||
vmsvt.o: vmsvt.c estruct.h line.h utf8.h retcode.h edef.h buffer.h \
|
||||
crypt.h
|
||||
|
Loading…
Reference in New Issue
Block a user