Absolute symlink in linuxthreads/Makefile.am [PATCH]
Shaun Jackman
sjackman@gmail.com
Fri Dec 3 00:18:00 GMT 2004
linuxthreads/Makefile.am installs an absolute symlink, where a
relative symlink will do and is more mobile.
Cheers,
Shaun
RCS file: /cvs/src/src/newlib/libc/sys/linux/linuxthreads/Makefile.am,v
retrieving revision 1.1
diff -u -3 -p -r1.1 Makefile.am
--- Makefile.am 28 May 2003 22:04:37 -0000 1.1
+++ Makefile.am 2 Dec 2004 23:33:20 -0000
@@ -91,7 +91,7 @@ doc:
install-data-local: install-toollibLIBRARIES
-rm -f $(DESTDIR)$(toollibdir)/libthread_db.so.1
- ln -s $(DESTDIR)$(toollibdir)/libthread_db.so
$(DESTDIR)$(toollibdir)/libthread_db.so.1 || cp
$(DESTDIR)$(toollibdir)/libthread_db.so
$(DESTDIR)$(toollibdir)/libthread_db.so.1
+ ln -s libthread_db.so
$(DESTDIR)$(toollibdir)/libthread_db.so.1 || cp
$(DESTDIR)$(toollibdir)/libthread_db.so
$(DESTDIR)$(toollibdir)/libthread_db.so.1
AM_CFLAGS = -D_XOPEN_SOURCE=600 -D_GNU_SOURCE=1
ACLOCAL_AMFLAGS = -I ../../../..
More information about the Newlib
mailing list