summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-08-29 09:22:48 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-08-29 09:22:48 +0000
commit87bb0ec7e2818d74188d643f99e480757b91a825 (patch)
treed7f9b265bd114c9729eb9a0e89ad6e73f7a1ee04 /src
parent8cee83ff16b03331db70b8a1dc8ee36aa0c2c3ca (diff)
don't use :: on libdir/libname.a, it causes spurious re-archivings
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1056 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/config/Project.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl
index 5bee1ea512..e63db4038c 100644
--- 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 */