diff options
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/configure b/src/configure index b664850..770318b 100755 --- a/src/configure +++ b/src/configure @@ -122,6 +122,10 @@ if [ $ROUTING -eq 0 ]; then fi cat >> include.mk <<EOF +# this file was created automatically +# do not edit this file directly +# use ./configure instead + TARGET = $TARGET CXX = gcc CXXFLAGS = $CXXFLAGS |