summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-09-20 17:35:43 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-07 11:35:40 +0100
commit32c31c93f417140cf30733db2e88c78b7b7842d9 (patch)
tree9600bf7cf7588f253858bb26790e6e9e0663b701
parent36a90aff0d9bc4ee8e900a361a1e3869f1bc8f2c (diff)
downloadptxdist-32c31c93f417140cf30733db2e88c78b7b7842d9.tar.gz
ptxdist-32c31c93f417140cf30733db2e88c78b7b7842d9.tar.xz
[cvs] Make quits in current git HEAD:
rules/cvs.make:132: *** invalid syntax in conditional. Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> (cherry picked from commit e3682dc90718dbded49a2af5063a5c0e9beed644) Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--rules/cvs.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/cvs.make b/rules/cvs.make
index 37e6c0f04..23b1e17a4 100644
--- a/rules/cvs.make
+++ b/rules/cvs.make
@@ -129,7 +129,7 @@ $(STATEDIR)/cvs.targetinstall:
ifdef PTXCONF_CVS_INETD
@$(call install_alternative, cvs, 0, 0, 0644, /etc/inetd.conf.d/cvs, n)
-ifneq ($(call remove_quotes, $(PTXCONF_CVS_SERVER_REPOSITORY),)
+ifneq ($(call remove_quotes, $(PTXCONF_CVS_SERVER_REPOSITORY)),)
# # add info about repository's root
@$(call install_replace, cvs, /etc/inetd.conf.d/cvs, \
@ROOT@, \