From d1e8b0a31ecfbba692e13d087d8b18444e083a5c Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 29 Sep 2009 06:31:29 +0000 Subject: [PATCH] Reverted revision 4880 since this breaks installation on Mac OS X. We'll just punt the bug for 1.2. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index b5859cd23..dc716c5f7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -48,7 +48,7 @@ LT_AGE = @LT_AGE@ 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)