From 383e82f446c9b5683cb541f54ef6fd8efa00dd7c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 25 Jan 2005 13:44:54 +0000 Subject: Don't use -p option to cp, can cause "failed to preserve ownership" 2005-01-25 Tor Lillqvist * 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. --- modules/tibetan/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/tibetan') 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 -- cgit v1.2.1