Ticket #3989: makefile-hack.diff
File makefile-hack.diff, 536 bytes (added by , 16 years ago) |
---|
-
Makefile.common
53 53 # Include the build instructions for all modules 54 54 -include $(addprefix $(srcdir)/, $(addsuffix /module.mk,$(MODULES))) 55 55 56 # HACK: Add common again to the link list to resolve cyclic dependencies 57 # between the common and backends modules 58 OBJS += $(MODULE_LIB-common) 59 56 60 # Depdir information 57 61 DEPDIRS = $(addsuffix $(DEPDIR),$(MODULE_DIRS)) 58 62 DEPFILES =