summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-11-12 11:27:33 +0000
committerChristian Pointner <equinox@anytun.org>2009-11-12 11:27:33 +0000
commit8aaaa097444b0e119fca64ed84ae2b20a02bed69 (patch)
treecd11d28b2b1023a8b1593a928daf553d16efa8af /src/configure
parentno stripping by default at make install (diff)
cleaned Makefile
added uninstall target added cleanall target (also cleans doc dir) replaces mkdir -p by install -d (more portable)
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configure b/src/configure
index e8f9fcf..00944c7 100755
--- a/src/configure
+++ b/src/configure
@@ -192,6 +192,7 @@ CC := gcc
CFLAGS := $CFLAGS
LDFLAGS := $LDFLAGS
STRIP := strip
+INSTALL := install
PREFIX := $PREFIX
SBINDIR := $SBINDIR