diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-05-13 10:55:25 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-05-13 10:55:25 +0000 |
commit | 70fc52750a1287b32873e60a9c916ad4618b5b0b (patch) | |
tree | 97da247b63502b4f83c75d7846552140f2930638 /src/Makefile | |
parent | 408b585732f84bbc3237f5b022538759c10c0f10 (diff) | |
download | vim-git-70fc52750a1287b32873e60a9c916ad4618b5b0b.tar.gz |
updated for version 7.0-006v7.0.006
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index b9627ab31..d8a8040c8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2177,6 +2177,7 @@ shadow: runtime pixmaps cd $(SHADOWDIR)/xxd; ln -s ../../xxd/*.[ch] ../../xxd/Make* . if test -d $(RSRC_DIR); then \ cd $(SHADOWDIR); \ + ln -s ../infplist.xml .; \ ln -s ../$(RSRC_DIR) ../os_mac.rsr.hqx ../dehqx.py .; \ fi mkdir $(SHADOWDIR)/testdir |