mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-27 15:33:55 +01:00
topdir.mk: Remove make/moddir.mk (info should now be in proj.mk)
This commit is contained in:
parent
64ecae7aeb
commit
b03a784f57
1 changed files with 2 additions and 3 deletions
|
|
@ -6,9 +6,7 @@ clean: topdir.clean
|
||||||
distclean: topdir.distclean
|
distclean: topdir.distclean
|
||||||
config:
|
config:
|
||||||
|
|
||||||
ifeq ($(wildcard $(TOPDIR)/make/defs.mk),)
|
ifneq ($(wildcard $(TOPDIR)/make/defs.mk),)
|
||||||
include make/moddir.mk
|
|
||||||
else
|
|
||||||
|
|
||||||
include $(MODDIR)/make/defs.mk
|
include $(MODDIR)/make/defs.mk
|
||||||
include $(MODDIR)/make/rpmdist.mk
|
include $(MODDIR)/make/rpmdist.mk
|
||||||
|
|
@ -38,3 +36,4 @@ ifneq ($(wildcard $(TOPDIR)/make/defs.mk.in),)
|
||||||
include $(MODDIR)/make/autoconf.mk
|
include $(MODDIR)/make/autoconf.mk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue