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:
@ -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>
|
2004-02-11 Not Zed <NotZed@Ximian.com>
|
||||||
|
|
||||||
* configure.in (IMPORTERS_*): Added libebook-1.0. Added back
|
* configure.in (IMPORTERS_*): Added libebook-1.0. Added back
|
||||||
|
@ -3,7 +3,7 @@ changelogs = \
|
|||||||
ChangeLog.pre-1-4
|
ChangeLog.pre-1-4
|
||||||
|
|
||||||
%-$(BASE_VERSION).pc: %.pc
|
%-$(BASE_VERSION).pc: %.pc
|
||||||
mv $< $@
|
cp $< $@
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = \
|
pkgconfig_DATA = \
|
||||||
|
Reference in New Issue
Block a user