diff options
author | Tor Lillqvist <tml@novell.com> | 2005-01-25 13:44:54 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-01-25 13:44:54 +0000 |
commit | 383e82f446c9b5683cb541f54ef6fd8efa00dd7c (patch) | |
tree | 7e35ae6efdb70903e1e844c16ffb19ae537e01a4 /modules/thai | |
parent | c09a11ef462f63753c41aab0c70866065bf3a79b (diff) | |
download | pango-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/thai')
-rw-r--r-- | modules/thai/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/thai/Makefile.am b/modules/thai/Makefile.am index e8a33aaf..63446ed4 100644 --- a/modules/thai/Makefile.am +++ b/modules/thai/Makefile.am @@ -9,7 +9,7 @@ INCLUDES = \ -DG_DISABLE_DEPRECATED \ $(PANGO_DEBUG_FLAGS) \ -I$(top_srcdir) \ - -I$(top_srcdir)/pango/ \ + -I$(top_srcdir)/pango \ $(GLIB_CFLAGS) if PLATFORM_WIN32 |