X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=c412b2617907bc34483ee772f53290725d025e94;hb=bb4bdf4fe4c931e45d0a37e24ec79accd815c1d8;hp=ddc782380e8dac56fda2c7576510717bc1983f5b;hpb=4f840ed7e0dd2bf43d22054352e0d68b9d4df8c7;p=oota-llvm.git diff --git a/Makefile b/Makefile index ddc782380e8..c412b261790 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ DIRS = lib/Support utils lib tools ifneq ($(MAKECMDGOALS),tools-only) DIRS += runtime -OPTIONAL_DIRS = projects +OPTIONAL_DIRS = examples projects endif include $(LEVEL)/Makefile.common @@ -45,8 +45,8 @@ install:: install-includes TAGS: tags -all:: tags +all:: tags: - $(ETAGS) $(ETAGSFLAGS) `find $(wildcard $(SourceDir)/include $(SourceDir)/lib $(SourceDir)/tools) -name '*.cpp' -o -name '*.h'` + find $(wildcard $(SourceDir)/include $(SourceDir)/lib $(SourceDir)/tools) -name '*.cpp' -o -name '*.h' | $(ETAGS) $(ETAGSFLAGS) -