diff --git a/src/bin/Jamfile b/src/bin/Jamfile index 208ff4e625..12db0cdd07 100644 --- a/src/bin/Jamfile +++ b/src/bin/Jamfile @@ -23,7 +23,6 @@ StdBinCommands clear.c clockconfig.c # csplit.c - diff_zip.cpp driveinfo.c # echo.c eject.c @@ -120,13 +119,18 @@ StdBinCommands xres.cpp : be $(TARGET_LIBSTDC++) : $(haiku-utils_rsrc) ; -# Haiku-specific apps which need libbe., libstdc++.so +# Haiku-specific apps which need libbe.so, libstdc++.so if $(TARGET_PLATFORM) = haiku { StdBinCommands mountvolume.cpp : be $(TARGET_LIBSTDC++) : $(haiku-utils_rsrc) ; } +# commands that need libstdc++ only +StdBinCommands + diff_zip.cpp + : $(TARGET_LIBSTDC++) : $(haiku-utils_rsrc) ; + # standard commands that need libbe.so, libtranslation.so StdBinCommands translate.cpp