diff options
author | Matthias Hopf <mat@mshopf.de> | 2002-01-09 15:16:37 +0000 |
---|---|---|
committer | Matthias Hopf <mat@mshopf.de> | 2002-01-09 15:16:37 +0000 |
commit | 3135c54e9a68fb6396c39027bac0d8be5cf794d6 (patch) | |
tree | 9000bbf96e53096a25b8b2a75351a7e98e4b8248 /intl | |
parent | d6ec86729a295f2726e9293ed76d7ea16bd58742 (diff) | |
download | xine-lib-3135c54e9a68fb6396c39027bac0d8be5cf794d6.tar.gz xine-lib-3135c54e9a68fb6396c39027bac0d8be5cf794d6.tar.bz2 |
IRIX port finally compiles (and actually works) again.
CVS patchset: 1379
CVS date: 2002/01/09 15:16:37
Diffstat (limited to 'intl')
-rw-r--r-- | intl/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in index 22695b7b2..34138694e 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -115,12 +115,11 @@ libintl.a libgnuintl.a: $(OBJECTS) $(AR) cru $@ $(OBJECTS) $(RANLIB) $@ +# No -rpath, this is only a convenience library libintl.la libgnuintl.la: $(OBJECTS) $(LIBTOOL) --mode=link \ $(CC) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) $(LDFLAGS) -o $@ \ $(OBJECTS) @LIBICONV@ \ - -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \ - -rpath $(libdir) \ -no-undefined libintl.h: libgnuintl.h |