mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 16:32:59 +02:00
fake-environ: Fix typos
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
|
||||
ifeq "$(CFLAGS)" ""
|
||||
$(error CLFAGS not defined.)
|
||||
$(error CFLAGS not defined)
|
||||
endif
|
||||
|
||||
ifeq "$(TOOLS_DIR)" ""
|
||||
$(error TOOLS_DIR not defined.)
|
||||
$(error TOOLS_DIR not defined)
|
||||
endif
|
||||
|
||||
LIB = libpakfire_preload.so
|
||||
|
||||
Reference in New Issue
Block a user