diff options
author | S. Davilla <davilla@4pi.com> | 2012-09-26 08:46:51 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2012-09-26 08:46:51 -0400 |
commit | b660aa7bfb7e2439333077400386ee572e0b4667 (patch) | |
tree | 6015f955ac9b99b736f78597c720b38f0aeb7b32 /Makefile.in | |
parent | 453ca530f128b0f4599f1c35ca94046c42253aa8 (diff) |
fixed, tools/XBMCTex is long gone, remove it
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in index 4d4fe733e9..e5b0bfec13 100644 --- a/Makefile.in +++ b/Makefile.in @@ -458,14 +458,6 @@ else $(SILENT_LD) $(CC) $(CFLAGS) $(LDFLAGS) -o xbmc-xrandr xbmc-xrandr.c -lXrandr -lX11 -lm endif -tools/XBMCTex/XBMCTex: -ifeq ($(findstring osx,@ARCH@), osx) - # hack this for now - $(MAKE) -C tools/XBMCTex -f Makefile.osx -else - $(MAKE) -C tools/XBMCTex/ -endif - tools/TexturePacker/TexturePacker: lib/libsquish/libsquish.a xbmc/guilib/XBTF.h $(MAKE) -C tools/TexturePacker/ |