Correct the "is $bindir in $PATH" test
[ghc-hetmet.git] / distrib / Makefile
index ca99c38..dd067b2 100644 (file)
@@ -45,7 +45,7 @@ denounce:
        @echo =======================================================================
        @echo Installation of $(package)-$(version) was successful.
        @echo
-ifneq "$(GREPPED_PATH)" ""
+ifeq "$(GREPPED_PATH)" ""
        @echo To use, add $(bindir) to your PATH.
        @echo
 endif