aboutsummaryrefslogtreecommitdiff
path: root/libjava
diff options
context:
space:
mode:
authorH.J. Lu <hjl@gcc.gnu.org>2002-06-04 17:19:30 -0700
committerH.J. Lu <hjl@gcc.gnu.org>2002-06-04 17:19:30 -0700
commit77d2dd29ad82e632a6b2154edf49f2c207e28c9b (patch)
treedc2db9b75c60376ec0aef6d00e8efc3321ab9b85 /libjava
parentcea554e0496e50824def3d9e6c6b863f2c3193c2 (diff)
downloadgcc-77d2dd29ad82e632a6b2154edf49f2c207e28c9b.zip
gcc-77d2dd29ad82e632a6b2154edf49f2c207e28c9b.tar.gz
gcc-77d2dd29ad82e632a6b2154edf49f2c207e28c9b.tar.bz2
Use ## for comment.
From-SVN: r54271
Diffstat (limited to 'libjava')
-rw-r--r--libjava/Makefile.am6
-rw-r--r--libjava/Makefile.in3
2 files changed, 3 insertions, 6 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am
index cfea005..2d713ca 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 c1bad83..195208f 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