summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFabien Tassin <fta@sofaraway.org>2007-09-08 20:12:33 +0000
committerFabien Tassin <fta@sofaraway.org>2007-09-08 20:12:33 +0000
commit0404beadf01a0a03d9e4955d59f2049a955b5be9 (patch)
tree813ce8fb178fefeac423c50cc7871cac28b0f7f8 /Makefile
parent563bca1a52c4c58ff90640d3ece056231291f87c (diff)
* Fix the bogus checkout rule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cb12777..15871f2 100644
--- a/Makefile
+++ b/Makefile
@@ -50,8 +50,11 @@ $(MOZ_CLIENT): deps
rm -rf .pc $(STAMP)
$(DEBIAN_FF3_FILE):
+ cvs -d $(CVS_LOC) co $@
$(DEBIAN_XUL_FILE):
+ cvs -d $(CVS_LOC) co $@
$(DEBIAN_NSS_FILE):
+ cvs -d $(CVS_LOC) co $@
$(DEBIAN_NSPR_FILE):
cvs -d $(CVS_LOC) co $@