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-12-25 20:23:29 +0300
committerChristopher Faylor <me@cgf.cx>2000-12-25 20:23:29 +0300
commit446760ac785af09e2542839d23a6260641b474db (patch)
tree1a6d389a2efb78c19f4c37503810af72d375cef0 /winsup/w32api/lib
parent8b2a7164ac418a11d6a7237dbb6113e893b2eae6 (diff)
* lib/Makefile.in: Don't make "links" to include/w32api directory.
Diffstat (limited to 'winsup/w32api/lib')
-rw-r--r--winsup/w32api/lib/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/w32api/lib/Makefile.in b/winsup/w32api/lib/Makefile.in
index 077f3cef9..95e300dd9 100644
--- a/winsup/w32api/lib/Makefile.in
+++ b/winsup/w32api/lib/Makefile.in
@@ -145,7 +145,6 @@ xinstall-headers:
$(mkinstalldirs) $(tooldir)/include/w32api
for i in $(HEADERS); do \
$(INSTALL_DATA) $(srcdir)/../include/$$i $(tooldir)/include/w32api/$$i ; \
- echo "#include <w32api/$$i>" > $(tooldir)/include/$$i ; \
done
# uninstall headers and libraries from a target specified directory