Revert "attempt to fix parallel building #2"

This reverts commit 47cd5d9a0489b145e452fb6e69ac8f998c1d5cde.
ain't working either :(
pull/1/head
Richard Fuchs 13 years ago
parent a15032c4b9
commit 21a3f69105

@ -167,7 +167,7 @@ ALL_LIBS+=$(foreach l, $(SER_LIBS), -L$(dir $l) -l$(notdir $l))
$(NAME): librpath.lst $(SER_LIBS_DEPS)
$(SER_LIBS_DEPS):
$(SER_LIBS_DEPS): FORCE
@$(MAKE) -wC $(dir $@) compile_for_install=$(lib_compile_for_install) \
NOREBUILD_DEFS="$(NOREBUILD_DEFS) $(LIB_NOREBUILD_DEFS)" \
NOREBUILD_INCLUDES="$(NOREBUILD_INCLUDES) $(LIB_NOREBUILD_INCLUDES)"

Loading…
Cancel
Save