https://issues.shibboleth.net/jira/browse/SSPCPP-104
authorScott Cantor <cantor.2@osu.edu>
Tue, 27 May 2008 01:40:51 +0000 (01:40 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 27 May 2008 01:40:51 +0000 (01:40 +0000)
Makefile.am

index 99783bd..b432a54 100644 (file)
@@ -26,13 +26,13 @@ install-data-hook:
 
 opensaml.spec: opensaml.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 $@