Ticket #3989: makefile-hack.diff

File makefile-hack.diff, 536 bytes (added by jvprat, 15 years ago)

Makefile hack

  • Makefile.common

     
    5353# Include the build instructions for all modules
    5454-include $(addprefix $(srcdir)/, $(addsuffix /module.mk,$(MODULES)))
    5555
     56# HACK: Add common again to the link list to resolve cyclic dependencies
     57# between the common and backends modules
     58OBJS += $(MODULE_LIB-common)
     59
    5660# Depdir information
    5761DEPDIRS = $(addsuffix $(DEPDIR),$(MODULE_DIRS))
    5862DEPFILES =