From: Martin Mares Date: Sun, 8 Feb 2015 19:15:40 +0000 (+0100) Subject: Fixed a typo in the Makefile X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=fb79080d859bbbbeeae90a96c6b40dbe2f7c24c3;p=gallery.git Fixed a typo in the Makefile --- 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))