diff options
author | Francois Pons <fpons@mandriva.com> | 2000-09-01 15:05:07 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-09-01 15:05:07 +0000 |
commit | 0561ded3da8b143d586e937e3df56cfb4278b441 (patch) | |
tree | e5c5d57cafb5082ca08404132cb4b435941a6352 /tools | |
parent | 57c044f8c323f2d44fc55e77dd70afece7cc8bc8 (diff) | |
download | drakx-0561ded3da8b143d586e937e3df56cfb4278b441.tar drakx-0561ded3da8b143d586e937e3df56cfb4278b441.tar.gz drakx-0561ded3da8b143d586e937e3df56cfb4278b441.tar.bz2 drakx-0561ded3da8b143d586e937e3df56cfb4278b441.tar.xz drakx-0561ded3da8b143d586e937e3df56cfb4278b441.zip |
*** empty log message ***
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index ec52ff290..26dd2a2fa 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -7,7 +7,7 @@ CFLAGS = -Wall .PHONY: clean install $(DIRS) -all: $(BASE)/depslist $(BASE)/filelist $(BASE)/compss $(DIRS) xhost+ install +all: $(BASE)/depslist.ordered $(BASE)/filelist $(BASE)/compss $(DIRS) xhost+ install $(DIRS): make -C $@ |