autoconf.mk: Excluding nomake matches from *.in file search path

This commit is contained in:
Jan Lindemann 2004-02-02 00:43:49 +00:00 committed by Jan Lindemann
commit adab6b1175

View file

@ -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)