From 67ab6246f5f80f1fe0a6c3b286e18ecae3de5a97 Mon Sep 17 00:00:00 2001 From: Frank Benkstein Date: Wed, 26 Sep 2007 19:24:56 +0200 Subject: [PATCH] Makefile: create default configuration if config.mk missing --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index f13c978..659a0ec 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,12 @@ modules: scripts: @$(MAKE) -C scripts +### configuration ### + +config.mk: + $(warning "Creating default configuration.") + ./configure --quiet + ### installation rules ### .PHONY: install -- 2.11.4.GIT