From 41e094be993eeb4efdb747da26d0013f8c418e04 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 29 Oct 2005 05:29:19 +0000 Subject: [PATCH] Add _build target for convenience. --- Smake | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Smake b/Smake index 492fa797..3b2a948b 100644 --- a/Smake +++ b/Smake @@ -37,6 +37,10 @@ check: all cd _check && make distcheck rm -rf _check +_build: all + test -d _build || mkdir _build + cd _build && ../configure $(CONFIGUREFLAGS) + PO_FILES = po/ChangeLog po/Makefile po/Makefile.in po/Makefile.in.in \ po/POTFILES po/POTFILES.in po/Rules-quot po/boldquot.sed \ po/cat-id-tbl.c po/en@boldquot.header po/en@quot.header \ -- 2.30.2