mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
Makefile: Include \$(MODDIR)/make/topdir.mk, like all other projects
This commit is contained in:
parent
43fe4cbe08
commit
edef8fb8c2
1 changed files with 1 additions and 10 deletions
11
Makefile
11
Makefile
|
|
@ -28,14 +28,5 @@ SUBDIRS = inst/pre \
|
||||||
lib include bin \
|
lib include bin \
|
||||||
inst/post
|
inst/post
|
||||||
|
|
||||||
ifneq ($(wildcard $(TOPDIR)/make/proj.mk),)
|
|
||||||
|
|
||||||
include $(TOPDIR)/make/proj.mk
|
include $(TOPDIR)/make/proj.mk
|
||||||
include $(MODDIR)/make/defs.mk
|
include $(TOPDIR)/make/topdir.mk
|
||||||
include $(MODDIR)/make/subdirs.mk
|
|
||||||
include $(MODDIR)/make/rules.mk
|
|
||||||
include $(MODDIR)/make/rpmdist.mk
|
|
||||||
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(TOPDIR)/make/autoconf.mk
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue