summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorichizok <gclient.gaap@gmail.com>2022-02-02 15:19:38 +0000
committerBram Moolenaar <Bram@vim.org>2022-02-02 15:19:38 +0000
commitab8f7c50cf7d5c0c72dfa5067e5b1f57585db4d8 (patch)
tree498095c465cffe9430712b7f7f86b12b7524b007 /src/Makefile
parent73257149d759a8e6ddbe555d2b5aa37b6cb8db8b (diff)
patch 8.2.4284: old mac resources files are no longer usedv8.2.4284
Problem: Old mac resources files are no longer used. Solution: Delete the unused files. (Ozaki Kiichi, closes #9688)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Makefile b/src/Makefile
index 96ec34a6c3..46af6c3bab 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2053,9 +2053,6 @@ PRO_AUTO = \
$(ALL_GUI_PRO) \
$(TCL_PRO)
-# Resources used for the Mac are in one directory.
-RSRC_DIR = os_mac_rsrc
-
PRO_MANUAL = os_amiga.pro os_win32.pro \
os_mswin.pro winclip.pro os_vms.pro $(PERL_PRO)
@@ -2999,11 +2996,6 @@ shadow: runtime pixmaps
cd $(SHADOWDIR)/xxd; ln -s ../../xxd/*.[ch] ../../xxd/Make* .
$(MKDIR_P) $(SHADOWDIR)/xdiff
cd $(SHADOWDIR)/xdiff; ln -s ../../xdiff/*.[ch] .
- if test -d $(RSRC_DIR); then \
- cd $(SHADOWDIR); \
- ln -s ../infplist.xml .; \
- ln -s ../$(RSRC_DIR) ../os_mac.rsr.hqx ../dehqx.py .; \
- fi
$(MKDIR_P) $(SHADOWDIR)/testdir
cd $(SHADOWDIR)/testdir; ln -s ../../testdir/Makefile \
../../testdir/Make_all.mak \