Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
*** empty log message ***
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Makefile.in
|
@@ -42,7 +42,7 @@ LT_RELEASE = @LT_RELEASE@ |
|
|
LT_REVISION = @LT_REVISION@ |
|
|
LT_LDFLAGS = -no-undefined -rpath $(libdir) -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) |
|
|
|
|
|
all: Makefile $(objects) $(objects)/$(TARGET) $(objects)/$(TARGET_SDLMAIN) |
|
|
all: Makefile $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET) |
|
|
|
|
|
Makefile: $(srcdir)/Makefile.in |
|
|
$(SHELL) config.status $@ |
|
|