diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile.inc b/bin/Makefile.inc index e0688dfe75c9..108488faf84e 100644 --- a/bin/Makefile.inc +++ b/bin/Makefile.inc @@ -4,6 +4,6 @@ BINDIR?= /bin WARNS?= 6 -.if !defined(WITH_DYNAMICROOT) +.if defined(NO_DYNAMICROOT) NOSHARED?= YES .endif |