diff options
| author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-05 00:19:30 +0000 |
|---|---|---|
| committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-05 00:19:30 +0000 |
| commit | 0afe563d3f860ea4cf7a22fef1ebc47e1b3f2c86 (patch) | |
| tree | dc2db9b75c60376ec0aef6d00e8efc3321ab9b85 /libjava | |
| parent | e15d8a92470a3adf7898a306b2133b372c461f1a (diff) | |
| download | ppe42-gcc-0afe563d3f860ea4cf7a22fef1ebc47e1b3f2c86.tar.gz ppe42-gcc-0afe563d3f860ea4cf7a22fef1ebc47e1b3f2c86.zip | |
Use ## for comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54271 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
| -rw-r--r-- | libjava/Makefile.am | 6 | ||||
| -rw-r--r-- | libjava/Makefile.in | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am index cfea0056475..2d713cabdfa 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -223,9 +223,9 @@ $(javao_files) $(x_javao_files): %.lo: %.java ## Pass the list of object files to libtool in a temporary file to ## avoid tripping platform command line length limits. We also use -# libgcj_convenience.la to avoid creating a long linker command line -# which causes problems on some OSes and makes it almost impossible to -# debug the linker under a debugger. +## libgcj_convenience.la to avoid creating a long linker command line +## which causes problems on some OSes and makes it almost impossible to +## debug the linker under a debugger. libgcj_convenience.la: $(libgcj_la_OBJECTS) $(libgcj_la_DEPENDENCIES) @: $(shell echo Creating list of files to link...) $(shell rm -f libgcj.objectlist || :) $(shell touch libgcj.objectlist) $(foreach object,$(libgcj_la_OBJECTS) $(libgcj_la_LIBADD),$(shell echo $(object) >> libgcj.objectlist)) $(libgcj_la_LINK) -objectlist libgcj.objectlist diff --git a/libjava/Makefile.in b/libjava/Makefile.in index c1bad83e8f0..195208fe4a0 100644 --- a/libjava/Makefile.in +++ b/libjava/Makefile.in @@ -3272,9 +3272,6 @@ $(c_files): java/lang/fdlibm.h java/lang/ieeefp.h java/lang/mprec.h $(javao_files) $(x_javao_files): %.lo: %.java $(GCJCOMPILE) -o $@ $< -# libgcj_convenience.la to avoid creating a long linker command line -# which causes problems on some OSes and makes it almost impossible to -# debug the linker under a debugger. libgcj_convenience.la: $(libgcj_la_OBJECTS) $(libgcj_la_DEPENDENCIES) @: $(shell echo Creating list of files to link...) $(shell rm -f libgcj.objectlist || :) $(shell touch libgcj.objectlist) $(foreach object,$(libgcj_la_OBJECTS) $(libgcj_la_LIBADD),$(shell echo $(object) >> libgcj.objectlist)) $(libgcj_la_LINK) -objectlist libgcj.objectlist |

