https://issues.shibboleth.net/jira/browse/SSPCPP-104
[shibboleth/cpp-sp.git] / Makefile.am
index e6172ac..0f3e8b5 100644 (file)
@@ -29,13 +29,13 @@ dist-hook:
 
 shibboleth.spec: shibboleth.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 $@