[update docs to mention the need for GNU make, don't build profiling version by default.
John Meacham <john@repetae.net>**20060221044020] hunk ./Makefile 3
-all: jhc jhcp
+all: jhc
hunk ./docs/using.txt 24
-Assuming you have ghc 6.4, happy, and DrIFT installed, you may now type 'make'
-and get a binary 'jhc' out if nothing went wrong.
+Assuming you have ghc 6.4, happy, and DrIFT installed, you may now run GNU
+make by typing 'gmake' or just 'make' depending on your system and get a
+binary 'jhc' out if nothing went wrong.