Remove references to HAIKU_LOCALE_LIBS.

- No longer exists in PM branch, and isn't really necessary any
  more as it only refers to liblocalestub anyhow.
This commit is contained in:
Rene Gollent 2013-09-17 15:58:56 +02:00
parent eeebe2843a
commit 6f17e7a7b3
4 changed files with 5 additions and 5 deletions

View File

@ -46,9 +46,9 @@ Application HaikuDepot :
# text view stuff
$(textDocumentSources)
: be translation libcolumnlistview.a libshared.a $(TARGET_LIBSUPC++)
$(HAIKU_LOCALE_LIBS)
localestub
: HaikuDepot.rdef
;

View File

@ -2,7 +2,7 @@ SubDir HAIKU_TOP src tools translation bitsinfo ;
BinCommand bitsinfo :
bitsinfo.cpp
: be libbe.so $(HAIKU_LOCALE_LIBS) translation $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++) ;
: be libbe.so localestub translation $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++) ;
AddResources bitsinfo : bitsinfo.rdef ;

View File

@ -1,6 +1,6 @@
SubDir HAIKU_TOP src tools translation bmpinfo ;
BinCommand bmpinfo : bmpinfo.cpp : be libbe.so $(HAIKU_LOCALE_LIBS) translation $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++) ;
BinCommand bmpinfo : bmpinfo.cpp : be libbe.so localestub translation $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++) ;
AddResources bmpinfo : bmpinfo.rdef ;

View File

@ -2,7 +2,7 @@ SubDir HAIKU_TOP src tools translation tgainfo ;
BinCommand tgainfo :
tgainfo.cpp
: be libbe.so $(HAIKU_LOCALE_LIBS) translation $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++) ;
: be libbe.so localestub translation $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++) ;
AddResources tgainfo : tgainfo.rdef ;