Commit 59e8fd702d971ea5964fd508b4307fc80108eb4a

Authored by Perry Werneck
1 parent 27bcbe30
Exists in master and in 1 other branch develop

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 148 #---[ Release Targets ]------------------------------------------------------------------
149 149  
150 150 all: \
151   - $(BINRLS)/$(SONAME) \
152   - $(BINRLS)/static/$(LIBNAME).a \
153   - $(POTDIR)/$(LIBNAME).pot
  151 + $(BINRLS)/$(SONAME)
154 152  
155 153 Release: \
156 154 $(BINRLS)/$(SONAME)
... ...