From 90237dd18c8792fd9c08a637623c011c8734c900 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 5 May 2007 10:06:10 +0000 Subject: Make UCI preconfiguration optional and disabled by default SVN-Revision: 7095 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d2be7bb..f06b151 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ tmp/.%info: tmpinfo-clean: FORCE -rm -rf tmp/.*info -tmp/.config-%.in: tmp/.%info +tmp/.config-%.in: tmp/.%info scripts/metadata.pl ./scripts/metadata.pl $*_config < $< > $@ || rm -f $@ .config: ./scripts/config/conf tmp/.config-target.in tmp/.config-package.in -- cgit v1.1