mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-22 14:10:39 +01:00
$(TOPDIR), make: Make it compile under SuSE 10.0, X86-64
This commit is contained in:
parent
6870a0f7fe
commit
6a37ebd3df
5 changed files with 23 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue