about summary refs log tree commit diff
path: root/common.mk
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-24 02:09:05 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-24 02:09:05 +0000
commit9ca9a06e4d814bd43e5184b4b7b08cffc4b13e77 (patch)
treec879402f5ce87376e0933e14ce1a7bc62d5a45d7 /common.mk
parentce19d8c7904507c3638550c41ca20f6d721e2ff7 (diff)
downloadnetpbm-mirror-9ca9a06e4d814bd43e5184b4b7b08cffc4b13e77.tar.gz
netpbm-mirror-9ca9a06e4d814bd43e5184b4b7b08cffc4b13e77.tar.xz
netpbm-mirror-9ca9a06e4d814bd43e5184b4b7b08cffc4b13e77.zip
Various cross-compile fixes, especially for MinGW target
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2562 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 60c7e2c8..a5431727 100644
--- a/common.mk
+++ b/common.mk
@@ -389,7 +389,7 @@ LDFLAGS_ALL = $(WINICON_OBJECT) \
 
 $(PORTBINARIES) $(MATHBINARIES): %: %.o \
   $(NETPBMLIB) $(LIBOPT) $(WINICON_OBJECT)
-	$(LD) -o $@ $@.o $(ADDL_OBJECTS) $(LDFLAGS_ALL)
+	$(LD) -o $@$(EXE) $@.o $(ADDL_OBJECTS) $(LDFLAGS_ALL)
 
 
 # MERGE STUFF