Commit f6d1c49e by Bryce McKinlay Committed by Bryce McKinlay

Makefile.am: Re-enable dependencies.

	* Makefile.am: Re-enable dependencies.
	* Makefile.in: Rebuilt.

From-SVN: r38890
parent 38fd12ea
2001-01-11 Bryce McKinlay <bryce@albatross.co.nz>
* Makefile.am: Re-enable dependencies.
* Makefile.in: Rebuilt.
2001-01-10 Warren Levy <warrenl@redhat.com> 2001-01-10 Warren Levy <warrenl@redhat.com>
* java/math/BigDecimal.java (divide): Fixed comment. * java/math/BigDecimal.java (divide): Fixed comment.
......
## Process this file with automake to produce Makefile.in. ## Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = foreign no-installinfo no-dependencies AUTOMAKE_OPTIONS = foreign no-installinfo
if TESTSUBDIR if TESTSUBDIR
SUBDIRS = $(DIRLTDL) testsuite gcj include SUBDIRS = $(DIRLTDL) testsuite gcj include
...@@ -238,7 +238,7 @@ SUFFIXES = .class .java .h ...@@ -238,7 +238,7 @@ SUFFIXES = .class .java .h
## subdirs. FIXME. ## subdirs. FIXME.
$(nat_files) $(x_nat_files): %.lo: %.cc $(nat_files) $(x_nat_files): %.lo: %.cc
@echo '$(LTCXXCOMPILE) -c -o $@ $<'; \ @echo '$(LTCXXCOMPILE) -c -o $@ $<'; \
$(LTCXXCOMPILE) -M -MF .deps/$(*F).pp -c -o $@ $< $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c -o $@ $<
@-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
< .deps/$(*F).pp > .deps/$(*F).P; \ < .deps/$(*F).pp > .deps/$(*F).P; \
tr ' ' '\012' < .deps/$(*F).pp \ tr ' ' '\012' < .deps/$(*F).pp \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment