From 2ee6c61278915427fb637e917cf0fdc94462e992 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Wed, 7 Aug 2013 08:22:43 +0200 Subject: [PATCH] Smake: Add appropriate dependencies to manifest and icon-names targets --- Smake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Smake b/Smake index 64c27a6dd5..2a777426c5 100644 --- a/Smake +++ b/Smake @@ -281,7 +281,7 @@ all: prep_ph icons icons: $(ICONS) src/ui/gui/icons/icon-names.c -src/ui/gui/icons/icon-names.c: +src/ui/gui/icons/icon-names.c: $(MAKEFILE_LIST) $(RM) $@ printf '/* This is a generated file. Do not edit. */\n' >> $@ printf '#include "icon-names.h"\n' >> $@ @@ -316,7 +316,7 @@ src/ui/gui/icons/icon-names.c: echo >> $@ -src/ui/gui/icons/manifest: +src/ui/gui/icons/manifest: $(MAKEFILE_LIST) $(RM) $@ printf '# This is a generated file. Do not edit.\n' >> $@ printf 'icons =' >> $@ -- 2.30.2