Mercurial > sdl-ios-xcode
changeset 4263:3c12d2e84bcb SDL-1.2
Reverted revision 4880 since this breaks installation on Mac OS X.
We'll just punt the bug for 1.2.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 29 Sep 2009 06:31:29 +0000 |
parents | 800f3cb78e45 |
children | d6f4cc9a5bf6 |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Tue Sep 29 04:03:58 2009 +0000 +++ b/Makefile.in Tue Sep 29 06:31:29 2009 +0000 @@ -48,7 +48,7 @@ LT_CURRENT = @LT_CURRENT@ LT_RELEASE = @LT_RELEASE@ LT_REVISION = @LT_REVISION@ -LT_LDFLAGS = -no-undefined -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) +LT_LDFLAGS = -no-undefined -rpath $(DESTDIR)$(libdir) -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) all: $(srcdir)/configure Makefile $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET)