diff options
Diffstat (limited to 'include/buildmacros')
| -rw-r--r-- | include/buildmacros | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/buildmacros b/include/buildmacros index 00da8a9..db761b4 100644 --- a/include/buildmacros +++ b/include/buildmacros @@ -123,14 +123,6 @@ INSTALL_LINGUAS = \ done endif -SUBDIRS_MAKERULE = \ - @for d in $(SUBDIRS) ""; do \ - if test -d "$$d" -a ! -z "$$d"; then \ - $(ECHO) === $$d ===; \ - $(MAKEF) -C $$d $@ || exit $$?; \ - fi; \ - done - MAN_MAKERULE = \ @for f in *.[12345678] ""; do \ if test ! -z "$$f"; then \ |
