This is the mail archive of the java-patches@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch: make `.la' links


I'm committing this at Alexandre Oliva's suggestion.

2000-11-02  Tom Tromey  <tromey@cygnus.com>

	* Makefile.in: Rebuilt.
	* Makefile.am (install-exec-hook): Make `.la' link, not `.so'
	link.

Tom

Index: Makefile.am
===================================================================
RCS file: /cvs/java/libgcj/libjava/Makefile.am,v
retrieving revision 1.99
diff -u -r1.99 Makefile.am
--- Makefile.am	2000/11/01 17:00:00	1.99
+++ Makefile.am	2000/11/02 20:32:23
@@ -152,8 +152,8 @@
 install-exec-hook:
 	cd $(DESTDIR)$(libdir) && \
 	if test -f libgcjx.la; then \
-	  rm -f gnu-awt-xlib.so; \
-	  $(LN_S) libgcjx.so gnu-awt-xlib.so; \
+	  rm -f gnu-awt-xlib.la; \
+	  $(LN_S) libgcjx.la gnu-awt-xlib.la; \
 	fi
 
 ## Make the .class files depend on the .zip file.  This seems

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]