diff -u Makefile.in.orig Makefile.in— Makefile.in.orig Tue May 20 16:22:44 2008+++ Makefile.in Tue May 20 16:23:30 2008@@ -832,13 +832,13 @@
shibboleth.spec: shibboleth.spec.in Makefilerm -f $@.tmp
sed < $< > $@.tmp \ + sed < $@.in > $@.tmp \ e 's:@-VERSION@:${VERSION}:' mv $@.tmp $@
pkginfo: pkginfo.in Makefilerm -f $@.tmp
Tell versions [3.59,3.63) of GNU make to not export all variables.
/usr/ccs/bin/make from cc: Sun C 5.8 Patch 121016-07 2007/10/03 doesn't like the use of $< being passed to sed
Patched in all relevant projects.
diff -u Makefile.in.orig Makefile.in
— Makefile.in.orig Tue May 20 16:22:44 2008
+++ Makefile.in Tue May 20 16:23:30 2008
@@ -832,13 +832,13 @@
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 $@
Tell versions [3.59,3.63) of GNU make to not export all variables.