projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40554b8
)
make sure clean:: gets rid of foo/**/libname
author
John Kohl
<jtkohl@mit.edu>
Tue, 23 Apr 1991 13:46:36 +0000
(13:46 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Tue, 23 Apr 1991 13:46:36 +0000
(13:46 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2027
dc483132
-0cff-0310-8789-
dd5450dbe970
src/config/Project.tmpl
patch
|
blob
|
history
diff --git
a/src/config/Project.tmpl
b/src/config/Project.tmpl
index 530be76b33b901478fa1eff500ba72a825478efe..0b099c6ee2fb5bfb89098791e4dc58a791fb1145 100644
(file)
--- a/
src/config/Project.tmpl
+++ b/
src/config/Project.tmpl
@@
-118,7
+118,9
@@
foo/**/libname: objlist @@\
$(RANLIB) lib/**/libname.a @@\
lib/**/libname.a: objlist @@\
$(ARADD) $@ objlist @@\
- $(RANLIB) $@
+ $(RANLIB) $@ @@\
+clean:: @@\
+ $(RM_CMD) foo/**/libname
#endif /* AdditiveLibraryTarget */
/*