small fixes

This commit is contained in:
Evgeniy Kozhuhovskiy
2005-01-02 08:43:07 +00:00
parent a46399e651
commit 6043f8e453
4 changed files with 14 additions and 39 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
CC = gcc
INCLUDES = -I./include
CFLAGS = -g -O2
CFLAGS = -g -O2 -DUSE_SYSLOG
LIBS =
YACC = bison -y
INSTALL = /usr/bin/install -c