mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
Makefile, defs-orig.mk: Some fixes concerning autoconf
This commit is contained in:
parent
1223681535
commit
a7120b5b50
2 changed files with 8 additions and 11 deletions
6
Makefile
6
Makefile
|
|
@ -1,3 +1,4 @@
|
|||
TOPDIR=.
|
||||
MODDIR=.
|
||||
|
||||
SUBDIRS = inst/pre \
|
||||
|
|
@ -18,10 +19,11 @@ SUBDIRS = inst/pre \
|
|||
lib include bin \
|
||||
inst/post
|
||||
|
||||
ifneq ($(wildcard $(MODDIR)/make/defs.mk),)
|
||||
include $(MODDIR)/make/defs.mk
|
||||
ifneq ($(wildcard $(MODDIR)/make/ytools.mk),)
|
||||
include $(MODDIR)/make/ytools.mk
|
||||
endif
|
||||
|
||||
include $(MODDIR)/make/defs.mk
|
||||
include $(MODDIR)/make/rules.mk
|
||||
include $(MODDIR)/make/rpmdist.mk
|
||||
include $(MODDIR)/make/autoconf.mk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue