Mercurial > sdl-ios-xcode
comparison Makefile.in @ 4260:42d28f92253b SDL-1.2
Removed -rpath from link line.
We don't need to look in the library's install dir for dependencies;
They are all system libraries that should be in other path lists anyhow.
Fixes Bugzilla #499.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 28 Sep 2009 18:21:58 +0000 |
parents | 7c2589fb8d4d |
children | 3c12d2e84bcb |
comparison
equal
deleted
inserted
replaced
4259:384315d1bfa5 | 4260:42d28f92253b |
---|---|
46 | 46 |
47 LT_AGE = @LT_AGE@ | 47 LT_AGE = @LT_AGE@ |
48 LT_CURRENT = @LT_CURRENT@ | 48 LT_CURRENT = @LT_CURRENT@ |
49 LT_RELEASE = @LT_RELEASE@ | 49 LT_RELEASE = @LT_RELEASE@ |
50 LT_REVISION = @LT_REVISION@ | 50 LT_REVISION = @LT_REVISION@ |
51 LT_LDFLAGS = -no-undefined -rpath $(DESTDIR)$(libdir) -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) | 51 LT_LDFLAGS = -no-undefined -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) |
52 | 52 |
53 all: $(srcdir)/configure Makefile $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET) | 53 all: $(srcdir)/configure Makefile $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET) |
54 | 54 |
55 $(srcdir)/configure: $(srcdir)/configure.in | 55 $(srcdir)/configure: $(srcdir)/configure.in |
56 @echo "Warning, configure.in is out of date" | 56 @echo "Warning, configure.in is out of date" |