mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-20 13:37:38 +01:00
defs.mk: Make it compile on Ubuntu 12.04.4 LTS
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
34f4bb0e6d
commit
803517d587
1 changed files with 2 additions and 1 deletions
|
|
@ -33,8 +33,9 @@ FLAVOUR_PATH_SUFFIX ?= /win32
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# ----- executables
|
# ----- executables
|
||||||
SED = /usr/bin/sed
|
SED = sed
|
||||||
CAT = /bin/cat
|
CAT = /bin/cat
|
||||||
|
SHELL = /bin/bash
|
||||||
|
|
||||||
PROJECT_DESCR_FILE ?= $(wildcard $(TOPDIR)/doc/share/project.txt)
|
PROJECT_DESCR_FILE ?= $(wildcard $(TOPDIR)/doc/share/project.txt)
|
||||||
PROJECT ?= $(patsubst $(FLAVOUR_PREFIX)%,%,$(notdir $(shell cd $(TOPDIR); pwd | $(SED) 's/.*\///; s/-[0-9].*//')))
|
PROJECT ?= $(patsubst $(FLAVOUR_PREFIX)%,%,$(notdir $(shell cd $(TOPDIR); pwd | $(SED) 's/.*\///; s/-[0-9].*//')))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue