Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1758)

Unified Diff: source/tools/pkgdata/Makefile.in

Issue 314660043: ticket:12766 Escaping source code (Closed) Base URL: svn+ssh://source.icu-project.org/repos/icu/trunk/icu4c/
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: source/tools/pkgdata/Makefile.in
===================================================================
--- source/tools/pkgdata/Makefile.in (revision 39836)
+++ source/tools/pkgdata/Makefile.in (working copy)
@@ -32,7 +32,7 @@
## Target information
TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
-CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil
+CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/common -I$(srcdir)/../toolutil
DEFS += -DUDATA_SO_SUFFIX=\".$(SO)\" -DSTATIC_O=\"$(STATIC_O)\"
LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b