mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 15:03:55 +01:00
defs-orig.mk: Make it compile under Linux
This commit is contained in:
parent
c7019bf527
commit
ef34955457
1 changed files with 1 additions and 0 deletions
|
|
@ -154,6 +154,7 @@ INSTALL = install
|
||||||
define make_subdirs
|
define make_subdirs
|
||||||
set -e; for D in $(SUBDIRS) ; do make -C $$D ; done
|
set -e; for D in $(SUBDIRS) ; do make -C $$D ; done
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define make_subdirs_target
|
define make_subdirs_target
|
||||||
set -e; for D in $(SUBDIRS) ; do make -C $$D $@; done
|
set -e; for D in $(SUBDIRS) ; do make -C $$D $@; done
|
||||||
endef
|
endef
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue