Drop semodule_path; obsoleted by elimination of genhomedircon script.
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
parent
e3b1bb1ab7
commit
e40b6ede5f
|
@ -10,11 +10,7 @@ override CFLAGS += -I$(INCLUDEDIR)
|
||||||
LDLIBS = -lsepol -lselinux -lsemanage -L$(LIBDIR)
|
LDLIBS = -lsepol -lselinux -lsemanage -L$(LIBDIR)
|
||||||
SEMODULE_OBJS = semodule.o
|
SEMODULE_OBJS = semodule.o
|
||||||
|
|
||||||
.PHONY: all semodule_path
|
all: semodule genhomedircon
|
||||||
all: semodule semodule_path genhomedircon
|
|
||||||
|
|
||||||
semodule_path:
|
|
||||||
@echo -n $(SBINDIR) > ../scripts/semodule_path
|
|
||||||
|
|
||||||
semodule: $(SEMODULE_OBJS)
|
semodule: $(SEMODULE_OBJS)
|
||||||
$(CC) $(LDFLAGS) -o $@ $^ $(LDLIBS)
|
$(CC) $(LDFLAGS) -o $@ $^ $(LDLIBS)
|
||||||
|
@ -33,7 +29,7 @@ install: all
|
||||||
relabel:
|
relabel:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm -f semodule *.o ../scripts/semodule_path genhomedircon
|
-rm -f semodule *.o genhomedircon
|
||||||
|
|
||||||
indent:
|
indent:
|
||||||
../../scripts/Lindent $(wildcard *.[ch])
|
../../scripts/Lindent $(wildcard *.[ch])
|
||||||
|
|
Loading…
Reference in New Issue