[project @ 2001-09-23 20:45:24 by ken]
authorken <unknown>
Sun, 23 Sep 2001 20:45:24 +0000 (20:45 +0000)
committerken <unknown>
Sun, 23 Sep 2001 20:45:24 +0000 (20:45 +0000)
commit9d3bc150a27a864b914f736a8aeef6ad765adaf3
tree07779981b8e7c6b8353419175b85c76736a6445c
parent349de67a5301e9636c2f88d5f565b823e60b3ed4
[project @ 2001-09-23 20:45:24 by ken]
Fix the "find" commands we use to build a source distribution.
Previously, it said things like "-exec path/{}", which doesn't work
on many find's ({} really should only appear by itself in an argument).
Now we pipe the output of find -print to sed and then to sh.  I hope
the piping to sh doesn't break source distribution creation on Win32.

MERGE TO STABLE
Makefile