aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Carlsson <[email protected]>2011-08-02 21:30:59 +0200
committerHenrik Nord <[email protected]>2011-08-04 11:27:01 +0200
commit52e430eb1570c0cda49a8070063f1a6a2328578b (patch)
tree986209dc091514ade3c77801f8381ed1b6aa2478
parentb2fe00d8d8996d7a8d0ed1142e4cdba7960809bc (diff)
downloadotp-52e430eb1570c0cda49a8070063f1a6a2328578b.tar.gz
otp-52e430eb1570c0cda49a8070063f1a6a2328578b.tar.bz2
otp-52e430eb1570c0cda49a8070063f1a6a2328578b.zip
forgot to ensure that xmerl is found in path for include_lib to work
-rw-r--r--lib/edoc/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/edoc/src/Makefile b/lib/edoc/src/Makefile
index 9c5a9d30d1..fcb0b61292 100644
--- a/lib/edoc/src/Makefile
+++ b/lib/edoc/src/Makefile
@@ -23,7 +23,7 @@ RELSYSDIR = $(RELEASE_PATH)/lib/edoc-$(VSN)
EBIN = ../ebin
XMERL = ../../xmerl
-ERL_COMPILE_FLAGS += -I../include -I$(XMERL)/include +warn_unused_vars +nowarn_shadow_vars +warn_unused_import +warn_deprecated_guard
+ERL_COMPILE_FLAGS += -pa $(XMERL) -I../include -I$(XMERL)/include +warn_unused_vars +nowarn_shadow_vars +warn_unused_import +warn_deprecated_guard
SOURCES= \
edoc.erl edoc_data.erl edoc_doclet.erl edoc_extract.erl \