From 1bd8526b8e83260d20a1ce09ba76104d4cac274f Mon Sep 17 00:00:00 2001 From: Alejandro Date: Sat, 7 Jun 2008 01:50:37 +0200 Subject: [PATCH] Changed root/Makefile to not data.cdb by default --- root/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/Makefile b/root/Makefile index 49e4f51..3689297 100644 --- a/root/Makefile +++ b/root/Makefile @@ -1,7 +1,7 @@ .PHONY: all make_recursive clean clean_recursive restart DIRS=$(wildcard */) -all: make_recursive data.cdb +all: make_recursive restart: @if [ -e /service/tinydns ]; then \