From: Joni Lapilainen Date: Thu, 23 Jun 2016 12:41:03 +0000 (+0300) Subject: Fix typo in samples makefile X-Git-Tag: V2.16~95^2 X-Git-Url: https://git.sur5r.net/?p=cc65;a=commitdiff_plain;h=ab10bd401446b4a886d475a909e23f932e59abad Fix typo in samples makefile --- diff --git a/samples/Makefile b/samples/Makefile index fc88d94b7..e7fdfd393 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -238,7 +238,7 @@ install: $(if $(prefix),,$(error variable `prefix' must be set)) $(INSTALL) -d $(DESTDIR)$(samplesdir) $(INSTALL) -d $(DESTDIR)$(samplesdir)/geos - $(INSTALL) -d $$(DESTDIR)$(samplesdir)/tutorial + $(INSTALL) -d $(DESTDIR)$(samplesdir)/tutorial $(INSTALL) -m0644 *.* $(DESTDIR)$(samplesdir) $(INSTALL) -m0644 README $(DESTDIR)$(samplesdir) $(INSTALL) -m0644 Makefile $(DESTDIR)$(samplesdir)