aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rwxr-xr-xconfigure2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fa202ef1..5309adf4 100644
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,10 @@ ifeq ($(TARGET),i586-mingw32msvc)
objects += win32.o
LFLAGS+=-lws2_32
EFLAGS+=-lsecur32
+OUTFILE=bitlbee.exe
else
objects += unix.o conf.o log.o
+OUTFILE=bitlbee
endif
# Expansion of variables
diff --git a/configure b/configure
index 62f0f5d9..b3a98086 100755
--- a/configure
+++ b/configure
@@ -112,7 +112,6 @@ PCDIR=$pcdir
TARGET=$target
ARCH=$arch
CPU=$cpu
-OUTFILE=bitlbee
DESTDIR=
LFLAGS=
@@ -510,7 +509,6 @@ CYGWIN* )
echo 'Cygwin is not officially supported.'
;;
Windows )
- echo OUTFILE=bitlbee.exe >> Makefile.settings
;;
* )
echo 'We haven'\''t tested BitlBee on many platforms yet, yours is untested. YMMV.'