Loading engines/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -65,9 +65,9 @@ ALL= $(GENERAL) $(SRC) $(HEADER) top: (cd ..; $(MAKE) DIRS=$(DIR) all) all: lib all: lib subdirs lib: $(LIBOBJ) subdirs lib: $(LIBOBJ) @if [ -n "$(SHARED_LIBS)" ]; then \ set -e; \ for l in $(LIBNAMES); do \ Loading engines/ccgost/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ lib: $(LIBOBJ) else \ $(AR) $(LIB) $(LIBOBJ); \ fi @touch lib install: [ -n "$(INSTALLTOP)" ] # should be set by top Makefile... Loading Loading
engines/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -65,9 +65,9 @@ ALL= $(GENERAL) $(SRC) $(HEADER) top: (cd ..; $(MAKE) DIRS=$(DIR) all) all: lib all: lib subdirs lib: $(LIBOBJ) subdirs lib: $(LIBOBJ) @if [ -n "$(SHARED_LIBS)" ]; then \ set -e; \ for l in $(LIBNAMES); do \ Loading
engines/ccgost/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ lib: $(LIBOBJ) else \ $(AR) $(LIB) $(LIBOBJ); \ fi @touch lib install: [ -n "$(INSTALLTOP)" ] # should be set by top Makefile... Loading