cp the unversioned file rather than mv'ing it so it doesn't get

* Makefile.am (%-$(BASE_VERSION).pc): cp the unversioned file
        rather than mv'ing it so it doesn't get regenerated at install
        time.

svn path=/trunk/; revision=24727
This commit is contained in:
Dan Winship
2004-02-12 20:16:13 +00:00
parent 02eced6b4c
commit 942040b2bf
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2004-02-12 Dan Winship <danw@ximian.com>
* Makefile.am (%-$(BASE_VERSION).pc): cp the unversioned file
rather than mv'ing it so it doesn't get regenerated at install
time.
2004-02-11 Not Zed <NotZed@Ximian.com>
* configure.in (IMPORTERS_*): Added libebook-1.0. Added back

View File

@ -3,7 +3,7 @@ changelogs = \
ChangeLog.pre-1-4
%-$(BASE_VERSION).pc: %.pc
mv $< $@
cp $< $@
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = \