Browse Source

Changed root/Makefile to not data.cdb by default

testing
Alejandro 16 years ago
parent
commit
1bd8526b8e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      root/Makefile

+ 1
- 1
root/Makefile

@ -1,7 +1,7 @@
.PHONY: all make_recursive clean clean_recursive restart .PHONY: all make_recursive clean clean_recursive restart
DIRS=$(wildcard */) DIRS=$(wildcard */)
all: make_recursive data.cdb
all: make_recursive
restart: restart:
@if [ -e /service/tinydns ]; then \ @if [ -e /service/tinydns ]; then \

Loading…
Cancel
Save