From 942040b2bf5218f34fd8f4a6aa0592fcb9c8e272 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 12 Feb 2004 20:16:13 +0000 Subject: 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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index fe32a12fc2..4391bc6672 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ changelogs = \ ChangeLog.pre-1-4 %-$(BASE_VERSION).pc: %.pc - mv $< $@ + cp $< $@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = \ -- cgit v1.2.3