From 0a83e73c871b94d2c8df4abe18034ab1fd41e202 Mon Sep 17 00:00:00 2001 From: Tobias Oetiker Date: Wed, 5 Oct 2011 12:09:40 +0200 Subject: no need to mention DESTDIR in normal Makefile.am use ... only in command options. Thanks to Jeff Bilyk for tha patch. --- htdocs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htdocs') diff --git a/htdocs/Makefile.am b/htdocs/Makefile.am index 7f07b96..1398a1e 100644 --- a/htdocs/Makefile.am +++ b/htdocs/Makefile.am @@ -23,7 +23,7 @@ JS = cropper/smokeping-zoom.js cropper/lib/unittest.js cropper/lib/slider.js cro EXTRA_DIST = $(JS) -jsdir = $(DESTDIR)$(HTDOCSDIR) +jsdir = $(HTDOCSDIR) nobase_js_DATA = $(JS) install-data-local: -- cgit v1.2.3-24-g4f1b