summaryrefslogtreecommitdiff
path: root/modules/tibetan
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-01-25 13:44:54 +0000
committerTor Lillqvist <tml@src.gnome.org>2005-01-25 13:44:54 +0000
commit383e82f446c9b5683cb541f54ef6fd8efa00dd7c (patch)
tree7e35ae6efdb70903e1e844c16ffb19ae537e01a4 /modules/tibetan
parentc09a11ef462f63753c41aab0c70866065bf3a79b (diff)
downloadpango-383e82f446c9b5683cb541f54ef6fd8efa00dd7c.tar.gz
Don't use -p option to cp, can cause "failed to preserve ownership"
2005-01-25 Tor Lillqvist <tml@novell.com> * modules/basic/Makefile.am (usp10.h): Don't use -p option to cp, can cause "failed to preserve ownership" errors. * modules/*/Makefile.am (INCLUDES): Remove extraneous slash that confuse gcc on Win32.
Diffstat (limited to 'modules/tibetan')
-rw-r--r--modules/tibetan/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tibetan/Makefile.am b/modules/tibetan/Makefile.am
index e4f3096f..2fe7f3bd 100644
--- a/modules/tibetan/Makefile.am
+++ b/modules/tibetan/Makefile.am
@@ -8,7 +8,7 @@ INCLUDES = \
-DG_DISABLE_DEPRECATED \
$(PANGO_DEBUG_FLAGS) \
-I$(top_srcdir) \
- -I$(top_srcdir)/pango/ \
+ -I$(top_srcdir)/pango \
$(GLIB_CFLAGS)
if PLATFORM_WIN32