Removed some dead lines

FossilOrigin-Name: 31af0771e52da837ebb8c8b07cc470e05f6ff313d2045c88d9767734ece69432
This commit is contained in:
root@ac.supos.de 2014-07-12 22:24:24 +00:00
parent 6a8056ceaa
commit 8aeb93d412
1 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,12 @@
ifndef CC
CC=gcc
CC=gcc
endif
SYSARCH := $(shell uname -m)
ifndef ARCH
ARCH=$(SYSARCH)
endif
LDFLAGS = -g -D_REENTRANT -L/usr/local/lib -L../capwap/$(ARCH)
CFLAGS = -Wall -g -O0 -D_REENTRANT -DCW_NO_DTLS -DIPV6 -I/usr/local/include -I../capwap
@ -45,8 +46,6 @@ AC_NAME = actube
# top-level rule, to compile everything.
all: $(AC_NAME)
#$(WTP_NAME) $(WUA_NAME)
$(AC_NAME): $(AC_OBJS)
$(CC) $(AC_OBJS) $(CC_FLAGS) $(OPENSSL_INCLUDE) -o $(AC_NAME) $(LDFLAGS) $(LIBS)