diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-02 23:24:37 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-02 23:24:37 +0000 |
commit | c266d3e4b8201929a3b1c5c358fffb748b2b6c47 (patch) | |
tree | 9eb6f4f28e742f7dc607d13701d5504ac20f5974 | |
parent | d8252fd7b7c6736a86545dcd92424c4e5b0a6fe9 (diff) |
Removed steeeenking dll message, attempted to hide 'target is same' with launcher install
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3030 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | .Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.Makefile.inc b/.Makefile.inc index d8746fd04..49986a734 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -53,8 +53,7 @@ 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 inspircd $(BASE) 2>/dev/null @echo "*************************************" @echo "* BUILD COMPLETE! *" @echo "* It is safe to ignore any messages *" |