mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-07 23:10:31 +08:00
2000-05-04 Mumit Khan <khan@xraylith.wisc.edu>
* Makefile.in (install): Install profile startup and library.
This commit is contained in:
parent
8e9b0aee25
commit
3f7290da25
@ -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>
|
Wed May 3 21:54:11 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* configure.in: Use -gstabs+ as compile debug option. This seems to
|
* configure.in: Use -gstabs+ as compile debug option. This seems to
|
||||||
|
@ -144,7 +144,9 @@ force:
|
|||||||
|
|
||||||
install: all
|
install: all
|
||||||
$(INSTALL_DATA) new-$(DLL_NAME) $(bindir)/$(DLL_NAME) ; \
|
$(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); \
|
cd $(srcdir); \
|
||||||
for sub in `find include -name '[a-z]*' -type d -print | sort`; do \
|
for sub in `find include -name '[a-z]*' -type d -print | sort`; do \
|
||||||
for i in $$sub/*.h ; do \
|
for i in $$sub/*.h ; do \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user