[project @ 2001-10-03 15:30:57 by rrt]
authorrrt <unknown>
Wed, 3 Oct 2001 15:30:57 +0000 (15:30 +0000)
committerrrt <unknown>
Wed, 3 Oct 2001 15:30:57 +0000 (15:30 +0000)
Dear Sigbjorn,

next time you turn an

if...endif

into an

if...else..endif

remember to check the sense of the test. Sometimes, it needs to be reversed
(there was in this case a hint in the surrounding code).

Love,

Reuben.

mk/target.mk

index ca32292..fd0502b 100644 (file)
@@ -94,7 +94,7 @@ else
 BOOT_TARGET    = boot
 endif
 
-ifneq "$(NO_INSTALL_TARGET)" "YES"
+ifeq "$(NO_INSTALL_TARGET)" "YES"
 INSTALL_TARGET =
 else
 INSTALL_TARGET = install