From f33c623fe5cf5ab2903c052244c8240681a0182f Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 27 Dec 2009 23:54:59 +0000 Subject: [PATCH] Thinko: forgot a += in the file. Fixes (maybe) dist. Sorry guys; I wish there was an easier way of testing this than pushing and building gub, but this is hardly a priority right now. --- scripts/auxiliar/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/auxiliar/GNUmakefile b/scripts/auxiliar/GNUmakefile index 145effef96..4ac41794ba 100644 --- a/scripts/auxiliar/GNUmakefile +++ b/scripts/auxiliar/GNUmakefile @@ -2,7 +2,7 @@ depth=../.. EXTRA_DIST_FILES = $(call src-wildcard,*.sh) $(call src-wildcard,*.py) EXTRA_DIST_FILES += pfx2ttf.fontforge -EXTRA_DIST_FILES = lily-git.tcl +EXTRA_DIST_FILES += lily-git.tcl include $(depth)/make/stepmake.make -- 2.39.2