Loading Makefile +0 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ SRCROOT = $(CURDIR) include Makefile.common build: $(MAKE) -C mozjs $(MAKE) -C src $@ po: Loading src/client/Makefile +3 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,9 @@ JSFLAGS = $(JSFLAGS_$(JSENGINE)) LDLIBS+= -lreadline -ltermcap -lcrypt -lsqlite3 -lcurl -lpthread -lcrypto -ljansson -lz -lm CFLAGS+= -I.. $(JSFLAGS) build: mw # Force build order as we need generated mozjs headers to build mw build: $(JSOBJ) $(MAKE) mw $(JSOBJ): $(MAKE) -C $(JSDIR) Loading Loading
Makefile +0 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ SRCROOT = $(CURDIR) include Makefile.common build: $(MAKE) -C mozjs $(MAKE) -C src $@ po: Loading
src/client/Makefile +3 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,9 @@ JSFLAGS = $(JSFLAGS_$(JSENGINE)) LDLIBS+= -lreadline -ltermcap -lcrypt -lsqlite3 -lcurl -lpthread -lcrypto -ljansson -lz -lm CFLAGS+= -I.. $(JSFLAGS) build: mw # Force build order as we need generated mozjs headers to build mw build: $(JSOBJ) $(MAKE) mw $(JSOBJ): $(MAKE) -C $(JSDIR) Loading