|
TMPDIR wasn't set
Just a note, TMPDIR was commented out in the Makefile I downloaded and was getting errors:
$ make
Checking distribution of files
./pgms exists
./src exists
./testdir exists
./doc exists
sh: test: argument expected
*** Error code 1
make: Fatal error: Command failed for target `distr'
Had to set TMPDIR in the Makefile
Cheers,
Keith
|