topdir.mk: Fix build breakage

Remove rpmdist.mk and reshuffle include defs.mk inclusion to get it
to build again.
This commit is contained in:
Jan Lindemann 2007-08-16 22:11:17 +00:00 committed by Jan Lindemann
commit 6644ec28e4

View file

@ -10,9 +10,14 @@ ifneq ($(wildcard $(TOPDIR)/make/defs.mk),)
include $(MODDIR)/make/defs.mk
include $(MODDIR)/make/rpmdist.mk
-include $(TOPDIR)/make/rpmdist.mk
include $(MODDIR)/make/subdirs.mk
endif
ifneq ($(wildcard $(TOPDIR)/make/defs.mk.in),)
include $(MODDIR)/make/autoconf.mk
endif
local-%:
find . -name $@.mk | \
while read f; do (\
@ -30,10 +35,3 @@ topdir.distclean:
topdir.clean:
rm -f $(CLEAN)
endif
ifneq ($(wildcard $(TOPDIR)/make/defs.mk.in),)
include $(MODDIR)/make/autoconf.mk
endif