diff options
author | Christopher Faylor <me@cgf.cx> | 2000-12-25 17:49:36 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-12-25 17:49:36 +0000 |
commit | 45eb6033420af37865490e9cda57372b6249e08f (patch) | |
tree | 3a7bda56d1cb3b02f3aeee24a39799b9fb166fbe /winsup/w32api/lib | |
parent | 446760ac785af09e2542839d23a6260641b474db (diff) | |
download | newlib-45eb6033420af37865490e9cda57372b6249e08f.zip newlib-45eb6033420af37865490e9cda57372b6249e08f.tar.gz newlib-45eb6033420af37865490e9cda57372b6249e08f.tar.bz2 |
missed a spot.
Diffstat (limited to 'winsup/w32api/lib')
-rw-r--r-- | winsup/w32api/lib/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/w32api/lib/Makefile.in b/winsup/w32api/lib/Makefile.in index 95e300d..c2af26e 100644 --- a/winsup/w32api/lib/Makefile.in +++ b/winsup/w32api/lib/Makefile.in @@ -174,7 +174,6 @@ install-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 |