mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +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
|
||||
config:
|
||||
|
||||
ifeq ($(wildcard $(TOPDIR)/make/defs.mk),)
|
||||
include make/moddir.mk
|
||||
else
|
||||
ifneq ($(wildcard $(TOPDIR)/make/defs.mk),)
|
||||
|
||||
include $(MODDIR)/make/defs.mk
|
||||
include $(MODDIR)/make/rpmdist.mk
|
||||
|
|
@ -38,3 +36,4 @@ ifneq ($(wildcard $(TOPDIR)/make/defs.mk.in),)
|
|||
include $(MODDIR)/make/autoconf.mk
|
||||
endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue