summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2011-03-10 22:43:03 +0000
committerChristian Pointner <equinox@spreadspace.org>2011-03-10 22:43:03 +0000
commit4160ed6e97fa66e03af76aaaec0d10a4fb30e8bd (patch)
tree673d8068aa1309bf1faf7cbb45d225b1c1c52394
parenttcp_listen can act as out module now (diff)
configure cleanup
git-svn-id: https://svn.spreadspace.org/gcsd/trunk@96 ac14a137-c7f1-4531-abe0-07747231d213
-rwxr-xr-xsrc/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configure b/src/configure
index e0a2411..3914078 100755
--- a/src/configure
+++ b/src/configure
@@ -119,7 +119,7 @@ if [ -n "$ERRORS" ] && [ $EBUILD_COMPAT -ne 1 ]; then
exit 1
fi
-rm -f version.h
+rm -f config.h
rm -f include.mk
case $TARGET in
Linux)
@@ -232,7 +232,7 @@ if [ -z "$EXAMPLESDIR" ]; then
EXAMPLESDIR=$PREFIX/share/examples
fi
-cat >> include.mk <<EOF
+cat > include.mk <<EOF
# this file was created automatically
# do not edit this file directly
# use ./configure instead