"make clean" only does some cleanup.

A set of commands that works (when executed in this order) is :
- make          # builds LessTif
- make install  # installs it
- make clean    # cleans up the temporary files in the build directories

After that, compiling ddd should work.

        Danny

Reply via email to