Makefile: Include \$(MODDIR)/make/topdir.mk, like all other projects

This commit is contained in:
Jan Lindemann 2007-08-16 22:10:56 +00:00 committed by Jan Lindemann
commit edef8fb8c2

View file

@ -28,14 +28,5 @@ SUBDIRS = inst/pre \
lib include bin \
inst/post
ifneq ($(wildcard $(TOPDIR)/make/proj.mk),)
include $(TOPDIR)/make/proj.mk
include $(MODDIR)/make/defs.mk
include $(MODDIR)/make/subdirs.mk
include $(MODDIR)/make/rules.mk
include $(MODDIR)/make/rpmdist.mk
endif
include $(TOPDIR)/make/autoconf.mk
include $(TOPDIR)/make/topdir.mk