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:
parent
eeebe2843a
commit
6f17e7a7b3
@ -46,9 +46,9 @@ Application HaikuDepot :
|
||||
|
||||
# text view stuff
|
||||
$(textDocumentSources)
|
||||
|
||||
|
||||
: be translation libcolumnlistview.a libshared.a $(TARGET_LIBSUPC++)
|
||||
$(HAIKU_LOCALE_LIBS)
|
||||
localestub
|
||||
: HaikuDepot.rdef
|
||||
;
|
||||
|
||||
|
@ -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 ;
|
||||
|
||||
|
@ -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 ;
|
||||
|
||||
|
@ -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 ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user