* Makefile.in (install): install regexp.h
This commit is contained in:
parent
88c9926448
commit
97f3429f4f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue