Commit 59e8fd702d971ea5964fd508b4307fc80108eb4a
1 parent
27bcbe30
Exists in
master
and in
1 other branch
Fixing release build.
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
Makefile.in
@@ -148,9 +148,7 @@ $(OBJRLS)/%.o: \ | @@ -148,9 +148,7 @@ $(OBJRLS)/%.o: \ | ||
148 | #---[ Release Targets ]------------------------------------------------------------------ | 148 | #---[ Release Targets ]------------------------------------------------------------------ |
149 | 149 | ||
150 | all: \ | 150 | all: \ |
151 | - $(BINRLS)/$(SONAME) \ | ||
152 | - $(BINRLS)/static/$(LIBNAME).a \ | ||
153 | - $(POTDIR)/$(LIBNAME).pot | 151 | + $(BINRLS)/$(SONAME) |
154 | 152 | ||
155 | Release: \ | 153 | Release: \ |
156 | $(BINRLS)/$(SONAME) | 154 | $(BINRLS)/$(SONAME) |