diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-30 15:30:43 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-30 15:30:43 +0000 |
commit | b2899685a0fa43aeac83f26b722171bacc472980 (patch) | |
tree | 64f11a2dab30347d7d824545ab5c681dd45090a9 | |
parent | fc725b7e8fbe3f449a12012d9e5b92a57e723370 (diff) |
Conceal failure of inspircd.dll on non-win32 platforms (easier than putting a check in ./configure, when make continues anyway...)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2985 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | .Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.Makefile.inc b/.Makefile.inc index 84774284c..d8746fd04 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -53,8 +53,8 @@ bininst: -install -v -m 0700 src/libIRCDwildcard.so $(LIBPATH) -install -v -m 0700 src/libIRCDxline.so $(LIBPATH) -install -v -m 0700 src/inspircd $(BINPATH) - -install -v -m 0700 src/inspircd.dll $(BINPATH) - -install -v -m 0700 inspircd $(BASE) + @-install -v -m 0700 src/inspircd.dll $(BINPATH) + @-install -v -m 0700 inspircd $(BASE) @echo "*************************************" @echo "* BUILD COMPLETE! *" @echo "* It is safe to ignore any messages *" |