summaryrefslogtreecommitdiff
path: root/src/xxd
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-12-31 22:37:52 +0100
committerBram Moolenaar <Bram@vim.org>2015-12-31 22:37:52 +0100
commit8dfc5eb32818b11ff5818a060324b94345c40031 (patch)
treefaedde72a9e99e1ade50f7b00ed7590673130ee8 /src/xxd
parentc21d67e33c1b42a492e04788cbb14a23a6724e39 (diff)
downloadvim-git-8dfc5eb32818b11ff5818a060324b94345c40031.tar.gz
patch 7.4.1016v7.4.1016
Problem: Still a few OS/2 pieces remain. Solution: Delete more.
Diffstat (limited to 'src/xxd')
-rw-r--r--src/xxd/Make_os2.mak11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/xxd/Make_os2.mak b/src/xxd/Make_os2.mak
deleted file mode 100644
index cb6694e1c..000000000
--- a/src/xxd/Make_os2.mak
+++ /dev/null
@@ -1,11 +0,0 @@
-# A very (if most the most) simplistic Makefile for OS/2
-
-CC=gcc
-CFLAGS=-O2 -fno-strength-reduce -DOS2
-
-xxd.exe: xxd.c
- $(CC) $(CFLAGS) -s -o $@ $<
-
-clean:
- - del xxd.o
- - del xxd.exe