summaryrefslogtreecommitdiff
path: root/src/xxd
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-15 12:54:18 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-15 12:54:18 +0100
commit95f0b6e5a5e5861da34cc064c601faf4eeed4ed6 (patch)
treee8b7414262ec23f9d5954f3008c936c8cf8c839a /src/xxd
parent3e2d1c8cd61ca073e680f3b221ce887e05ba39cf (diff)
downloadvim-git-95f0b6e5a5e5861da34cc064c601faf4eeed4ed6.tar.gz
patch 8.2.0009: VMS: terminal version doesn't buildv8.2.0009
Problem: VMS: terminal version doesn't build. Solution: Move MIN definition. Adjust #ifdefs. (Zoltan Arpadffy)
Diffstat (limited to 'src/xxd')
-rw-r--r--src/xxd/Make_vms.mms7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/xxd/Make_vms.mms b/src/xxd/Make_vms.mms
index 872cd75f7..df6c1af24 100644
--- a/src/xxd/Make_vms.mms
+++ b/src/xxd/Make_vms.mms
@@ -11,7 +11,8 @@
# or if you use mmk
# mmk/descrip=Make_vms.mms
#
-
+# To cleanup: mms/descrip=Make_vms.mms clean
+#
######################################################################
# Configuration section.
######################################################################
@@ -58,7 +59,7 @@ LDFLAGS =
SOURCES = xxd.c
OBJ = xxd.obj
-.obj.c :
+.c.obj :
$(CC_DEF) $(CFLAGS) $<
$(TARGET) : $(OBJ)
@@ -67,3 +68,5 @@ $(TARGET) : $(OBJ)
clean :
-@ if "''F$SEARCH("*.obj")'" .NES. "" then delete/noconfirm/nolog *.obj;*
-@ if "''F$SEARCH("*.exe")'" .NES. "" then delete/noconfirm/nolog *.exe;*
+
+xxd.obj : xxd.c