mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
autoconf.mk: Add definition for SED, since defs.mk ist not included here
This commit is contained in:
parent
baccdde51f
commit
d8f8043c74
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ CONFIG_ACDONE := $(wildcard config.acdone)
|
|||
DISTCLEAN += configure config.log autoscan.log configure.ac config.status
|
||||
AC_FILES_IN = $(shell find . -maxdepth 2 -name '*.in' | grep -ve "contrib\|dist\|nomake")
|
||||
AC_FILES = $(basename $(AC_FILES_IN))
|
||||
CAT ?= /bin/cat
|
||||
SED ?= /usr/bin/sed
|
||||
|
||||
all: config.acdone make_all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue