Makefile
changeset 388 d98d8f8cdef9
parent 387 1616fc7c1f09
child 389 10020d94a315
--- a/Makefile	Thu Mar 24 01:26:30 2016 +0200
+++ b/Makefile	Sun Mar 27 15:46:48 2016 +0300
@@ -12,7 +12,6 @@
 #
 #   SF_USER     SourceForge user name.
 #   prefix      Prefix to install path.
-#   DESTDIR     Prefix to 'prefix' variable value.
 
 ################################################################
 # Standard GNU Makefile settings.
@@ -122,7 +121,7 @@
     prefix = $(HOME)/usr
   endif
 endif
-datarootdir := $(DESTDIR)$(prefix)/share
+datarootdir := $(prefix)/share
 datadir = $(datarootdir)/dictd
 
 ################################################################