From 54e85c904fb68f8a9348c3a0cd3d17d300df4583 Mon Sep 17 00:00:00 2001 From: Nicolas Weber Date: Fri, 6 Feb 2009 22:43:54 +0100 Subject: [PATCH] Fix icon generation Makefile --- src/MacVim/icons/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/MacVim/icons/Makefile b/src/MacVim/icons/Makefile index b53901b2..a9a2ee29 100644 --- a/src/MacVim/icons/Makefile +++ b/src/MacVim/icons/Makefile @@ -11,6 +11,9 @@ loadfont.so: loadfont.c Envy\ Code\ R\ Bold.ttf: EnvyCodeR.zip unzip -jo EnvyCodeR.zip + # unzip uses the file date from the zip file. Change the file date to + # "now", so that the zip is not unzipped in every `make` run.` + touch Envy\ Code\ R\ Bold.ttf ENVYCODE_URL=http://download.damieng.com/latest/EnvyCodeR EnvyCodeR.zip: -- 2.11.4.GIT