gunnar: server/php-kolab Makefile,1.10,1.11

cvs at kolab.org cvs at kolab.org
Wed Oct 17 12:25:12 CEST 2007


Author: gunnar

Update of /kolabrepository/server/php-kolab
In directory doto:/tmp/cvs-serv25414

Modified Files:
	Makefile 
Log Message:
No need to use multiplication. Thanks Thomas!

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/php-kolab/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile	17 Oct 2007 09:59:57 -0000	1.10
+++ Makefile	17 Oct 2007 10:25:10 -0000	1.11
@@ -16,7 +16,7 @@
     SPEC_VERSION = $(RPM_VERSION)+cvs
   endif
 else
-  PEAR_RELEASE = $(shell echo $$(($(PRERELEASE_VERSION) * $(RELEASE))))
+  PEAR_RELEASE = $(PRERELEASE_VERSION)$(RELEASE)
   SOURCE_TAG = $(VERSION)$(PRERELEASE)$(PEAR_RELEASE)
   ifeq "x$(CVS)" "x0"
     SPEC_VERSION = $(VERSION).$(PRERELEASE)$(PRERELEASE_VERSION)





More information about the commits mailing list