mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
autoconf.mk: Use only autoconfig input files to directory depth of 2
This commit is contained in:
parent
234198936f
commit
74833f4500
1 changed files with 2 additions and 2 deletions
|
|
@ -4,9 +4,9 @@
|
|||
# $Id$
|
||||
|
||||
CONFIG_ACDONE := $(wildcard config.acdone)
|
||||
CLEAN += $(wildcard *.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\|nomake")
|
||||
AC_FILES_IN = $(shell find . -name '*.in' -maxdepth 2 | 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