Chromium Code Reviews| Index: net/third_party/udt/Makefile |
| =================================================================== |
| --- net/third_party/udt/Makefile (revision 78992) |
| +++ net/third_party/udt/Makefile (working copy) |
| @@ -1,7 +0,0 @@ |
| -DIRS = src app |
| -TARGETS = all clean install |
| - |
| -$(TARGETS): %: $(patsubst %, %.%, $(DIRS)) |
| - |
| -$(foreach TGT, $(TARGETS), $(patsubst %, %.$(TGT), $(DIRS))): |
| - $(MAKE) -C $(subst ., , $@) |