diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ BUILDTIME=$(shell date "+%Y%m%d-%H%M") | |||
5 | 5 | ||
6 | # Comment out the following to make a debuggable build | 6 | # Comment out the following to make a debuggable build |
7 | # Leave this off for production use. | 7 | # Leave this off for production use. |
8 | DODEBUG=true | 8 | #DODEBUG=true |
9 | 9 | ||
10 | #This will choke on a non-debian system | 10 | #This will choke on a non-debian system |
11 | ARCH=`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'` | 11 | ARCH=`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'` |