From 91d8773a88938aaa0a78de9bc6f768baf7021bc8 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 30 Mar 2010 10:28:51 +0300 Subject: Remove the .vcproj files before rewriting them In case they are write protected for some reason. Might help Behdad's problem with make dist. --- pango/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pango/Makefile.am b/pango/Makefile.am index ce3d0b77..37510fa0 100644 --- a/pango/Makefile.am +++ b/pango/Makefile.am @@ -645,6 +645,7 @@ dist-hook: \ # pangowin32.vcproj is not automatically built, it is not being changed ../build/win32/vs9/pango.vcproj: $(top_srcdir)/build/win32/vs9/pango.vcprojin mini-fribidi/libmini-fribidi.sourcefiles + -rm $@ for F in $(libpango_1_0_la_SOURCES); do \ case $$F in \ *.c) echo ' ' \ @@ -654,6 +655,7 @@ dist-hook: \ $(CPP) -P - <$(top_srcdir)/build/win32/vs9/pango.vcprojin >$@ ../build/win32/vs9/pangoft2.vcproj: $(top_srcdir)/build/win32/vs9/pangoft2.vcprojin opentype/libharfbuzz.sourcefiles + -rm $@ for F in $(libpangoft2_1_0_la_SOURCES); do \ case $$F in \ *.c) echo ' ' \ @@ -665,6 +667,7 @@ dist-hook: \ ../build/win32/vs9/pangocairo.vcproj: $(top_srcdir)/build/win32/vs9/pangocairo.vcprojin # Backend-specific sources for the libpangocairo DLL are explicitly # listed in the vcprojin file + -rm $@ for F in $(pangocairo_core_sources); do \ case $$F in \ *.c) echo ' ' \ -- cgit v1.2.1