diff options
author | Christopher Faylor <me@cgf.cx> | 2003-09-27 05:35:02 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-09-27 05:35:02 +0000 |
commit | 3c1e8187bd172877bf56c1e0bdb1a6919f7238a2 (patch) | |
tree | 328e0c638176215a6453c736bcc20d1b7da82ff5 /winsup/cygwin/Makefile.in | |
parent | dfb2ac80888863ce2fc6767c3aebc506bc2cf658 (diff) | |
download | cygnal-3c1e8187bd172877bf56c1e0bdb1a6919f7238a2.tar.gz cygnal-3c1e8187bd172877bf56c1e0bdb1a6919f7238a2.tar.bz2 cygnal-3c1e8187bd172877bf56c1e0bdb1a6919f7238a2.zip |
* cygwin-shilka: Remove '#line directives' or suffer debugging oddities. Use
-length option so that device prefixes are used.
* devices.cc: Regenerate.
* syscalls.cc (ttyname): Add debugging output.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r-- | winsup/cygwin/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index 672bc7518..138005017 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -386,10 +386,10 @@ dcrt0.o sigproc.o: child_info_magic.h shared.o: shared_info_magic.h -$(srcdir)/devices.cc: cygwin-gperf devices.gperf devices.h +$(srcdir)/qevices.cc: cygwin-gperf devices.gperf devices.h $^ > $@ -$(srcdir)/qevices.cc: cygwin-shilka devices.shilka devices.h +$(srcdir)/devices.cc: cygwin-shilka devices.shilka devices.h ${wordlist 1,2,$^} $@ $(PWD)/libpthread.a: speclib $(LIB_NAME) pthread.o thread.o |