Commit a92aa3bf authored by Sergey Lyubka's avatar Sergey Lyubka

Added unix_unit_test as a dependancy for mongoose

parent b12cc9fd
...@@ -66,13 +66,13 @@ unix_unit_test: $(LUA_SOURCES) Makefile ...@@ -66,13 +66,13 @@ unix_unit_test: $(LUA_SOURCES) Makefile
# If not so, this can break some on some Linux distros which use # If not so, this can break some on some Linux distros which use
# "-Wl,--as-needed" turned on by default in cc command. # "-Wl,--as-needed" turned on by default in cc command.
# Also, this is turned in many other distros in static linkage builds. # Also, this is turned in many other distros in static linkage builds.
$(PROG): $(TINY_SOURCES) $(PROG): $(TINY_SOURCES) unix_unit_test
$(CC) $(TINY_SOURCES) -o $@ $(CFLAGS) $(CC) $(TINY_SOURCES) -o $@ $(CFLAGS)
$(PROG)-lua: $(LUA_SOURCES) $(PROG)-lua: $(LUA_SOURCES) unix_unit_test
$(CC) $(LUA_SOURCES) -o $@ $(LUA_SQLITE_FLAGS) $(CFLAGS) $(CC) $(LUA_SOURCES) -o $@ $(LUA_SQLITE_FLAGS) $(CFLAGS)
unix: unix_unit_test $(PROG) $(PROG)-lua unix: $(PROG) $(PROG)-lua
# Windows build # Windows build
$(PROG).exe: $(LUA_SOURCES) $(PROG).exe: $(LUA_SOURCES)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment