Author: laxathom
Update of /cvs/nonfree/common
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12954
Modified Files:
Makefile.common
Log Message:
add cvs tree on upload method
Index: Makefile.common
===================================================================
RCS file: /cvs/nonfree/common/Makefile.common,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile.common 4 Jun 2008 13:15:54 -0000 1.6
+++ Makefile.common 18 Jul 2008 16:43:25 -0000 1.7
@@ -241,7 +241,7 @@
endef
# Upload the FILES, adding to the ./sources manifest
-upload: $(FILES)
+upload: $(CVSTREE) $(FILES)
$(check-cert)
@if ! test -f ./sources ; then touch ./sources ; fi
@if ! test -f ./.cvsignore ; then touch ./.cvsignore ; fi