$(TOPDIR), make: Make it compile under SuSE 10.0, X86-64

This commit is contained in:
Jan Lindemann 2006-03-16 08:07:38 +00:00 committed by Jan Lindemann
commit 6a37ebd3df
5 changed files with 23 additions and 10 deletions

View file

@ -5,7 +5,7 @@
CONFIG_ACDONE := $(wildcard config.acdone)
DISTCLEAN += configure config.log autoscan.log configure.ac config.status
AC_FILES_IN = $(shell find . -name '*.in' -maxdepth 2 | grep -ve "contrib\|dist\|nomake")
AC_FILES_IN = $(shell find . -maxdepth 2 -name '*.in' | grep -ve "contrib\|dist\|nomake")
AC_FILES = $(basename $(AC_FILES_IN))
all: config.acdone make_all