[svn-commits] qwell: tools/trunk r4485 - /tools/trunk/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jun 30 12:17:09 CDT 2008


Author: qwell
Date: Mon Jun 30 12:17:09 2008
New Revision: 4485

URL: http://svn.digium.com/view/dahdi?view=rev&rev=4485
Log:
Fix a Makefile syntax issue.

Modified:
    tools/trunk/Makefile

Modified: tools/trunk/Makefile
URL: http://svn.digium.com/view/dahdi/tools/trunk/Makefile?view=diff&rev=4485&r1=4484&r2=4485
==============================================================================
--- tools/trunk/Makefile (original)
+++ tools/trunk/Makefile Mon Jun 30 12:17:09 2008
@@ -255,7 +255,7 @@
 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))




More information about the svn-commits mailing list