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 /winsup/cygwin/Makefile.in
parent88c99264487b617df9c6cfad54e9ed4cf7ecb8c0 (diff)
* Makefile.in (install): install regexp.h
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in3
1 files changed, 2 insertions, 1 deletions
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