blob: e07a90818b0611e57bc67eb2213e47308ef50e24 [file] [log] [blame]
Alexander Afanasyev9944ebc2012-08-20 18:40:12 -07001diff --git Makefile Makefile
2index 2748ac8..34b67af 100644
3--- Makefile
4+++ Makefile
5@@ -13,7 +13,7 @@
6 #
7
8 # Subdirectories we build in
9-TOPSUBDIRS = doc/manpages doc/technical csrc schema javasrc apps `cat local.subdirs 2>/dev/null || :`
10+TOPSUBDIRS = doc/manpages doc/technical csrc schema `cat local.subdirs 2>/dev/null || :`
11 # Packing list for packaging
12 PACKLIST = Makefile README LICENSE NEWS NOTICES configure doc/index.txt $(TOPSUBDIRS) android experiments
13 BLDMSG = printf '=== %s ' 'Building $@ in' && pwd