2432aa4360b032b1708d20e17c4c3be3e397f020 hiram Sat Sep 11 14:14:14 2010 -0700 fixup build on cygwin diff --git src/inc/common.mk src/inc/common.mk index 5e23526..1e80629 100644 --- src/inc/common.mk +++ src/inc/common.mk @@ -150,7 +150,7 @@ # portable naming of compiled executables: add ".exe" if compiled on # Windows (with cygwin). ifeq (${OS}, Windows_NT) - AOUT=a.exe + AOUT=a EXE=.exe else AOUT=a.out