* Makefile.in (install): install regexp.h

This commit is contained in:
DJ Delorie 2000-04-26 18:19:22 +00:00
parent 88c9926448
commit 97f3429f4f
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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