mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-08 14:33:43 +00:00
Trying to make conditional syntax more cross-platform compatible.
See bugs # 1490371, 1613457, 1618673.
This commit is contained in:
parent
09a7fe471b
commit
37cfa469d4
1 changed files with 3 additions and 1 deletions
|
@ -44,7 +44,9 @@ MANFILE = $(srcdir)/doc/xmlwf.1
|
|||
APIHEADER = $(srcdir)/lib/expat.h $(srcdir)/lib/expat_external.h
|
||||
LIBRARY = libexpat.la
|
||||
|
||||
INSTALL_ROOT ?= $(DESTDIR)
|
||||
ifeq ($(INSTALL_ROOT),)
|
||||
INSTALL_ROOT = $(DESTDIR)
|
||||
endif
|
||||
|
||||
default: buildlib xmlwf/xmlwf
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue