diff modules/zlib/Makefile @ 5512:4aa8ee813265

Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and use it in install targets. See xemacs-patches message <BANLkTinRnwk9qsCfBj_xkcyf7H4sH9fn7A@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Wed, 25 May 2011 09:15:20 -0600
parents b44930391f7d
children
line wrap: on
line diff
--- a/modules/zlib/Makefile	Wed May 25 14:01:38 2011 +0200
+++ b/modules/zlib/Makefile	Wed May 25 09:15:20 2011 -0600
@@ -26,6 +26,8 @@
 # 'installed'.
 #
 
+DESTDIR=
+
 SHELL=/bin/sh
 RM=rm -f
 CC=../../lib-src/ellcc