projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cee83f
)
don't use :: on libdir/libname.a, it causes spurious re-archivings
author
John Kohl
<jtkohl@mit.edu>
Wed, 29 Aug 1990 09:22:48 +0000
(09:22 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Wed, 29 Aug 1990 09:22:48 +0000
(09:22 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1056
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 5bee1ea5120a0e78b5269d0f3856b24774a8c5db..e63db4038cf03c71514311d17a887ead941d27ec 100644
(file)
--- a/
src/config/Project.tmpl
+++ b/
src/config/Project.tmpl
@@
-104,7
+104,7
@@
AllTarget(foo/**/libname) @@\
foo/**/libname: objlist @@\
$(ARADD) libdir/lib/**/libname.a objlist @@\
$(TOUCH) foo/**/libname @@\
-libdir/lib/**/libname.a:
:
@@\
+libdir/lib/**/libname.a:
@@\
$(ARADD) $@ objlist @@\
$(TOUCH) foo/**/libname
/* The $(RANLIB) is done at the end by the directory itself */