summaryrefslogtreecommitdiffstats
path: root/rules/libcgicc.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-05-23 09:52:26 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-05-23 09:52:26 +0000
commit2f37268625677526fe622f8cc0da004138ffe1bc (patch)
tree369a815482a903797cac6a7e243fa5258be0c2e7 /rules/libcgicc.in
parent6334514c74c0d3f558a3f131cd447198b77b09ce (diff)
downloadptxdist-2f37268625677526fe622f8cc0da004138ffe1bc.tar.gz
ptxdist-2f37268625677526fe622f8cc0da004138ffe1bc.tar.xz
* libcgicc.in, libcgicc.make:
With ptxdist 1.0.2 some problems arised with the nameing of kconfig and makefile names. Patch by: Carsten Schlote further cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8218 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libcgicc.in')
-rw-r--r--rules/libcgicc.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/rules/libcgicc.in b/rules/libcgicc.in
index e60423f88..646674a41 100644
--- a/rules/libcgicc.in
+++ b/rules/libcgicc.in
@@ -1,7 +1,6 @@
-
-menuconfig CGICC
+config LIBCGICC
bool
- prompt "libcgicc "
+ prompt "libcgicc"
select GCCLIBS_CXX
help
cgicc is a C++ class library for writing CGI applications. See