From 8cdbad20d348be29d37d24c26dd97c4419a4895f Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Mon, 30 Jun 2008 17:17:09 +0000 Subject: Fix a Makefile syntax issue. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4485 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 532f498..e7a29a7 100644 --- a/Makefile +++ b/Makefile @@ -255,7 +255,7 @@ config: ifneq (,$(COPY_INITD)) $(COPY_INITD) endif -ifeq (,$(wildcard $(DESTDIR)$(RCCONF_FILE)) +ifeq (,$(wildcard $(DESTDIR)$(RCCONF_FILE))) $(INSTALL) -D -m 644 init.conf $(DESTDIR)$(RCCONF_FILE) endif ifneq (,$(COPY_NETSCR)) -- cgit v1.2.3