diff options
-rwxr-xr-x | configure | 6 | ||||
-rw-r--r-- | src/inspircd | bin | 245026 -> 0 bytes |
2 files changed, 4 insertions, 2 deletions
@@ -292,9 +292,11 @@ echo "" -echo -e "Writing \033[1;37m${OSNAME}\033[0;37m makefile" +echo -e "Writing \033[1;37m$OSNAME\033[0;37m makefile" -cp -f Makefile.${OSNAME} Makefile +cp -f Makefile.$OSNAME Makefile +cp -f src/Makefile.$OSNAME src/Makefile.$OSNAME +cp -f src/modules/Makefile.$OSNAME src/modules/Makefile.$OSNAME echo "" echo "Do you want to compile the IRCd binaries?" diff --git a/src/inspircd b/src/inspircd Binary files differdeleted file mode 100644 index e2bea5dd2..000000000 --- a/src/inspircd +++ /dev/null |