git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c74b91
)
Do not export Make-depends, they are generated automatically now.
author
fca
<fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 Jun 1999 17:25:35 +0000
(17:25 +0000)
committer
fca
<fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 Jun 1999 17:25:35 +0000
(17:25 +0000)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index cb6d17eeaace3356f0376ce1e50a7b6284325291..a905d30d4108e19bc096b2ce4bb3b0cae89d178f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-89,7
+89,8
@@
AliRoot3.01.tar.gz AliLibs3.01.tar.gz AliOffline3.01.tar.gz:
@ls -1d $^ | sed -e "s/^/$(ALICE_LEVEL)\//" > /tmp/saves
@cd $(ALICE) ; \
gtar cvfz $@ --exclude '*.o' --exclude '*Cint.*' \
- --exclude '*/roothtml/*' --exclude '*/CVS' `cat /tmp/saves`
+ --exclude '*/roothtml/*' --exclude '*/CVS' \
+ --exclude Make-depend `cat /tmp/saves`
alidepend:
@for i in $(ALIROOT_DIRS) ; do \