From fb79080d859bbbbeeae90a96c6b40dbe2f7c24c3 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 8 Feb 2015 20:15:40 +0100 Subject: [PATCH 1/1] Fixed a typo in the Makefile --- gal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gal/Makefile b/gal/Makefile index 5c6a23b..f7d01c2 100644 --- a/gal/Makefile +++ b/gal/Makefile @@ -1,7 +1,7 @@ $(eval $(dir-setup)) $(call lib-copy, UCW/Gallery.pm) -$(call lib-copy, $(addprefix UCW/Gallery/, Web.pm HashCache.pm Archive.pm)) +$(call lib-copy, $(addprefix UCW/Gallery/, Web.pm Hashes.pm Archive.pm)) $(call lib-copy, $(addprefix UCW/Gallery/Web/, Plain.pm NrtBlue.pm HighSlide.pm)) $(call copy, $(addprefix nrt-blue/,back.png bot.png left.png next.png prev.png right.png top.png style.css)) -- 2.39.2