Navigation Menu

Skip to content

Commit

Permalink
Reverted revision 4880 since this breaks installation on Mac OS X.
Browse files Browse the repository at this point in the history
We'll just punt the bug for 1.2.
  • Loading branch information
slouken committed Sep 29, 2009
1 parent b2ac61e commit d1e8b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -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)

Expand Down

0 comments on commit d1e8b0a

Please sign in to comment.