mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
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:
parent
add8b43cc5
commit
6644ec28e4
1 changed files with 6 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue