From: Scott Cantor Date: Tue, 27 May 2008 01:40:45 +0000 (+0000) Subject: https://issues.shibboleth.net/jira/browse/SSPCPP-104 X-Git-Tag: 1.1.0~22 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=a9484c1f600b09cc7211f9b23c7cc51e724ef035 https://issues.shibboleth.net/jira/browse/SSPCPP-104 --- diff --git a/Makefile.am b/Makefile.am index 05bea16..18e5312 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,13 +26,13 @@ install-data-hook: xmltooling.spec: xmltooling.spec.in Makefile rm -f $@.tmp - sed < $< > $@.tmp \ + sed < $@.in > $@.tmp \ -e 's:@-VERSION-@:${VERSION}:' mv $@.tmp $@ pkginfo: pkginfo.in Makefile rm -f $@.tmp - sed < $< > $@.tmp \ + sed < $@.in > $@.tmp \ -e 's:@-VERSION-@:${VERSION}:' mv $@.tmp $@