From 13a85cccce2b5b7487c3fb4bb5b3fc55c393b754 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 30 Jun 2016 23:33:40 -0700 Subject: The cmdwrap sh.exe hack is no longer needed. The Cygnal library uses cmd.exe for popen: problem solved. * Makefile (sh.exe): Target removed. * cmdwrap.c: File removed. * inst.nsi: Do not install sh.exe. --- Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6cb88e3b..0c443a1d 100644 --- a/Makefile +++ b/Makefile @@ -468,8 +468,3 @@ conftest.clean: $(V)rm -f conftest$(EXE) conftest.[co] \ conftest2$(EXE) conftest[12].[oc] \ conftest.err conftest.syms - -# rule for building the Cygwin /bin/sh -> cmd.exe wrapper - -sh.exe: cmdwrap.c - $(CC) -O -o $@ $^ -- cgit v1.2.3