From: Tor Lillqvist Date: Tue, 30 Mar 2010 07:28:51 +0000 (+0300) Subject: Remove the .vcproj files before rewriting them X-Git-Tag: 1.29.1~212 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91d8773a88938aaa0a78de9bc6f768baf7021bc8;p=platform%2Fupstream%2Fpango.git Remove the .vcproj files before rewriting them In case they are write protected for some reason. Might help Behdad's problem with make dist. --- diff --git a/pango/Makefile.am b/pango/Makefile.am index ce3d0b7..37510fa 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 ' ' \