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/arabic/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/arabic/Makefile.am') diff --git a/modules/arabic/Makefile.am b/modules/arabic/Makefile.am index 7684b6b8..9f5ca3ec 100644 --- a/modules/arabic/Makefile.am +++ b/modules/arabic/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) moduledir = $(libdir)/pango/$(PANGO_MODULE_VERSION)/modules -- cgit v1.2.1