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:
authorDJ Delorie <dj@redhat.com>2000-04-26 22:19:22 +0400
committerDJ Delorie <dj@redhat.com>2000-04-26 22:19:22 +0400
commit97f3429f4fc2a96d5d8062dd39d40357e6b7b952 (patch)
tree1db051ac7b351bb679337a5a077bf9180e7c381e
parent88c99264487b617df9c6cfad54e9ed4cf7ecb8c0 (diff)
* Makefile.in (install): install regexp.h
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/Makefile.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 67cbb46d1..9cbeaa456 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2000-04-26 DJ Delorie <dj@cygnus.com>
+
+ * Makefile.in (install): install regexp.h
+
Wed Apr 26 16:20:00 2000 Corinna Vinschen <corinna@vinschen.de>
* syscalls.cc (stat_worker): Previous patch could succeed
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 6305640a5..117944f06 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -149,7 +149,8 @@ install: all
for i in $$sub/*.h ; do \
$(INSTALL_DATA) $$i $(tooldir)/$$sub/`basename $$i` ; \
done ; \
- done
+ done ; \
+ $(INSTALL_DATA) regexp/regexp.h $(tooldir)/include/regexp.h
clean:
-rm -f *.o *.dll *.a *.exp junk *.base version.cc regexp/*.o winver_stamp