From 3b624fd022aa02b882dd4f9b4f92236ce41da779 Mon Sep 17 00:00:00 2001 From: frostycoolslug Date: Fri, 8 Apr 2005 23:34:00 +0000 Subject: Told Makefile to ignore if cp fails on the binaries. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1019 e03df62e-2008-0410-955e-edbf42e46eb7 --- .Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.Makefile.inc') diff --git a/.Makefile.inc b/.Makefile.inc index e2739b242..1c91237b3 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -27,7 +27,7 @@ ircd: ${MAKE} -C src DIRNAME="src" $(MAKEARGS) bininst: - @cp src/inspircd $(BINPATH) + @-cp src/inspircd $(BINPATH) config: @cp conf/inspire.motd $(CONPATH)/inspire.motd.example -- cgit v1.2.3