2000-05-04 Mumit Khan <khan@xraylith.wisc.edu>

* Makefile.in (install): Install profile startup and library.
This commit is contained in:
Mumit Khan 2000-05-04 23:19:35 +00:00
parent 8e9b0aee25
commit 3f7290da25
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-05-04 Mumit Khan <khan@xraylith.wisc.edu>
* Makefile.in (install): Install profile startup and library.
Wed May 3 21:54:11 2000 Christopher Faylor <cgf@cygnus.com>
* configure.in: Use -gstabs+ as compile debug option. This seems to

View File

@ -144,7 +144,9 @@ force:
install: all
$(INSTALL_DATA) new-$(DLL_NAME) $(bindir)/$(DLL_NAME) ; \
$(INSTALL_DATA) $(LIB_NAME) $(tooldir)/lib/$(LIB_NAME); \
for i in $(LIB_NAME) $(GMON_START) $(LIBGMON_A) ; do \
$(INSTALL_DATA) $$i $(tooldir)/lib/$$i ; \
done ; \
cd $(srcdir); \
for sub in `find include -name '[a-z]*' -type d -print | sort`; do \
for i in $$sub/*.h ; do \