diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-07-11 22:35:25 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-07-11 22:35:25 +0000 |
commit | d819586f5274fbee9c04f2c837c9fb6c5b034c74 (patch) | |
tree | 1149e3135ffee7818a4ce15df3b49620206d3eed /misc | |
parent | de69df94635a712b93877fb3b3260a3b03d09dd9 (diff) | |
download | xine-lib-d819586f5274fbee9c04f2c837c9fb6c5b034c74.tar.gz xine-lib-d819586f5274fbee9c04f2c837c9fb6c5b034c74.tar.bz2 |
Correct remaining references to libtool-nofpic.
CVS patchset: 8119
CVS date: 2006/07/11 22:35:25
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile.common b/misc/Makefile.common index 2ed4916a3..e0bcc28ef 100644 --- a/misc/Makefile.common +++ b/misc/Makefile.common @@ -1,4 +1,4 @@ -LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic +LIBTOOL = $(SHELL) $(top_builddir)/libtool XINE_LIB = $(top_builddir)/src/xine-engine/libxine.la $(XINE_LIB): |