Author: laxathom
Update of /cvs/free/common
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12524
Modified Files:
Makefile.common
Log Message:
changed method
Index: Makefile.common
===================================================================
RCS file: /cvs/free/common/Makefile.common,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile.common 18 Jul 2008 16:35:25 -0000 1.8
+++ Makefile.common 18 Jul 2008 16:39:04 -0000 1.9
@@ -241,9 +241,8 @@
endef
# Upload the FILES, adding to the ./sources manifest
-upload: $(FILES)
+upload: $(CVSTREE) $(FILES)
$(check-cert)
- CVSTREE="free"
@if ! test -f ./sources ; then touch ./sources ; fi
@if ! test -f ./.cvsignore ; then touch ./.cvsignore ; fi
@for f in $(FILES); do \
Show replies by date