summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
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 $@ $^