mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-11 16:44:59 +00:00
libsemanage: fix typo in tests makefile -o -> -O
Fixed typo in the tests Makefile where '-o' should have been '-O'. Signed-off-by: Chad Sellers <csellers@tresys.com>
This commit is contained in:
parent
8b4fb2d2de
commit
c74516b5a3
@ -11,7 +11,7 @@ LIBS = ../src/libsemanage.a ../../libselinux/src/libselinux.a ../../libsepol/src
|
|||||||
|
|
||||||
EXECUTABLE = libsemanage-tests
|
EXECUTABLE = libsemanage-tests
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -c -g -o0 -Wall -W -Wundef -Wmissing-noreturn -Wmissing-format-attribute -Wno-unused-parameter
|
CFLAGS = -c -g -O0 -Wall -W -Wundef -Wmissing-noreturn -Wmissing-format-attribute -Wno-unused-parameter
|
||||||
INCLUDE = -I$(TESTSRC) -I$(TESTSRC)/../include
|
INCLUDE = -I$(TESTSRC) -I$(TESTSRC)/../include
|
||||||
LDFLAGS = -lcunit -lustr -lbz2 -laudit
|
LDFLAGS = -lcunit -lustr -lbz2 -laudit
|
||||||
OBJECTS = $(SOURCES:.c=.o)
|
OBJECTS = $(SOURCES:.c=.o)
|
||||||
|
Loading…
Reference in New Issue
Block a user