summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2006-12-13 17:26:07 +0000
committerkwaclaw <kwaclaw>2006-12-13 17:26:07 +0000
commitf7e44ac3a0fa73d4dd18acc018084efeb1d47a75 (patch)
tree38312b27407de05a58d4ae1eab13120cb1a20259
parenta45adb7ab39740fde06f981d7db6b63b4c8e28f3 (diff)
downloadlibexpat-f7e44ac3a0fa73d4dd18acc018084efeb1d47a75.tar.gz
Re-introducing the old "indef..endif" logic, but using "?=", as ifndef is only
supported by GNU Make, but not BSD and Solaris Make. Fix for bugs # 1490371 and #1613457.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 296d562..1bbbdf9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -44,7 +44,7 @@ MANFILE = $(srcdir)/doc/xmlwf.1
APIHEADER = $(srcdir)/lib/expat.h $(srcdir)/lib/expat_external.h
LIBRARY = libexpat.la
-INSTALL_ROOT=$(DESTDIR)
+INSTALL_ROOT ?= $(DESTDIR)
default: buildlib xmlwf/xmlwf