summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2008-06-30 17:17:09 +0000
committerJason Parker <jparker@digium.com>2008-06-30 17:17:09 +0000
commit8cdbad20d348be29d37d24c26dd97c4419a4895f (patch)
tree95e3cb37874e6d0ac64d26f7c0de6dc518b97fbb /Makefile
parent0fd300bf14ba0826ec96017886f3d26530c4368e (diff)
Fix a Makefile syntax issue.
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4485 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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))