mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-16 04:23:31 +01:00
autoconf.mk: Excluding nomake matches from *.in file search path
This commit is contained in:
parent
2c6f5381bc
commit
adab6b1175
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
CONFIG_ACDONE := $(wildcard config.acdone)
|
||||
CLEAN += $(wildcard *.acdone)
|
||||
DISTCLEAN += configure config.log autoscan.log configure.ac config.status
|
||||
AC_FILES_IN = $(shell find . -name '*.in' | grep -ve "contrib\|dist")
|
||||
AC_FILES_IN = $(shell find . -name '*.in' | grep -ve "contrib\|dist\|nomake")
|
||||
AC_FILES = $(basename $(AC_FILES_IN))
|
||||
|
||||
all: config $(AC_FILES)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue