Alexander Afanasyev | 9944ebc | 2012-08-20 18:40:12 -0700 | [diff] [blame^] | 1 | diff --git Makefile Makefile |
| 2 | index 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 |