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 # text view stuff
$(textDocumentSources) $(textDocumentSources)
: be translation libcolumnlistview.a libshared.a $(TARGET_LIBSUPC++) : be translation libcolumnlistview.a libshared.a $(TARGET_LIBSUPC++)
$(HAIKU_LOCALE_LIBS) localestub
: HaikuDepot.rdef : HaikuDepot.rdef
; ;

View File

@ -2,7 +2,7 @@ SubDir HAIKU_TOP src tools translation bitsinfo ;
BinCommand bitsinfo : BinCommand bitsinfo :
bitsinfo.cpp 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 ; AddResources bitsinfo : bitsinfo.rdef ;

View File

@ -1,6 +1,6 @@
SubDir HAIKU_TOP src tools translation bmpinfo ; 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 ; AddResources bmpinfo : bmpinfo.rdef ;

View File

@ -2,7 +2,7 @@ SubDir HAIKU_TOP src tools translation tgainfo ;
BinCommand tgainfo : BinCommand tgainfo :
tgainfo.cpp 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 ; AddResources tgainfo : tgainfo.rdef ;