X-Git-Url: http://git.annexia.org/?p=virt-mem.git;a=blobdiff_plain;f=Makefile.in;h=03a00fba50fc18e56c0a1b318d4ab9d3325cb70c;hp=08845574a2074e4ff2e80b0ccab8f8d5c233408e;hb=d628aa86b3f6a7f4d5e97377eed53ea8c07aed8c;hpb=f5d8613b2c636b0628336de8379e30f7db6c4b23 diff --git a/Makefile.in b/Makefile.in index 0884557..03a00fb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -45,7 +45,9 @@ endif TARGETS = $(MANPAGES) $(TEXTMANPAGES) -all: $(TARGETS) +all: byte opt + +byte opt: $(TARGETS) for d in $(SUBDIRS_NOT_PO); do \ $(MAKE) -C $$d $@; \ if [ $$? -ne 0 ]; then exit 1; fi; \