mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Fix build failure.
This commit is contained in:
parent
1afc2eee2b
commit
f85eb7fdc2
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
TARGET=libapparmor_re.a
|
||||
|
||||
CFLAGS = -c -g -Wall -O2 ${EXTRA_CFLAGS}
|
||||
CFLAGS = -g -Wall -O2 ${EXTRA_CFLAGS}
|
||||
CXXFLAGS := ${CFLAGS}
|
||||
|
||||
ARFLAGS=-rcs
|
||||
|
@ -16,7 +16,7 @@ libapparmor_re.a: regexp.o
|
|||
ar ${ARFLAGS} $@ $^
|
||||
|
||||
regexp.o : regexp.cc
|
||||
$(LINK.cc) $^ -o $@
|
||||
$(LINK.cc) $^ -c -o $@
|
||||
|
||||
regexp.cc : regexp.y flex-tables.h
|
||||
${BISON} -o $@ $<
|
||||
|
|
Loading…
Add table
Reference in a new issue