Advertisement
Guest User

Makefile.in.patch

a guest
Oct 17th, 2010
925
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. *** Makefile.in 2010-01-23 16:14:46.000000000 -0700
  2. --- Makefile.in-new 2010-03-11 15:28:52.152876300 -0700
  3. ***************
  4. *** 35,40 ****
  5. --- 35,41 ----
  6. @EXTRAS_TRUE@EXTRA = extra
  7. @TESTS_TRUE@TEST = test
  8. @SAMPLES_TRUE@SAMPLE = samples
  9. + @TOOLS_TRUE@TOOL = tools
  10.  
  11. DOXYGEN = @DOXYGEN@
  12. DOCZIP = icu-docs.zip
  13. ***************
  14. *** 49,55 ****
  15. LOCAL_BUILT_FILES = icudefs.mk config/icucross.mk
  16.  
  17. DOCDIRS = common i18n
  18. ! SUBDIRS = stubdata common i18n $(LAYOUT) tools data $(ICUIO) $(EXTRA) $(SAMPLE) $(TEST)
  19.  
  20. SECTION = 1
  21.  
  22. --- 50,56 ----
  23. LOCAL_BUILT_FILES = icudefs.mk config/icucross.mk
  24.  
  25. DOCDIRS = common i18n
  26. ! SUBDIRS = stubdata common i18n $(LAYOUT) $(TOOL) data $(ICUIO) $(EXTRA) $(SAMPLE) $(TEST)
  27.  
  28. SECTION = 1
  29.  
  30. ***************
  31. *** 98,104 ****
  32. endif
  33.  
  34. LOCAL_SUBDIRS = $(SUBDIRS)
  35. ! CLEAN_FIRST_SUBDIRS = tools
  36.  
  37. $(LIBDIR) $(BINDIR):
  38. -$(MKINSTALLDIRS) $@
  39. --- 99,105 ----
  40. endif
  41.  
  42. LOCAL_SUBDIRS = $(SUBDIRS)
  43. ! CLEAN_FIRST_SUBDIRS = $(TOOL)
  44.  
  45. $(LIBDIR) $(BINDIR):
  46. -$(MKINSTALLDIRS) $@
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement