Skip to content

Commit

Permalink
utils: small whitespace fix for Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
henningw committed Aug 19, 2022
1 parent 99fde92 commit 3cb1f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/utils/Makefile
Expand Up @@ -23,7 +23,7 @@ ifneq ($(XML2CFG),)
LIBS += $(shell $(XML2CFG) --libs)
else
DEFS+=-I$(LOCALBASE)/include/libxml2 \
-I$(LOCALBASE)/include
-I$(LOCALBASE)/include
LIBS+=-L$(LOCALBASE)/lib -lxml2
endif

Expand Down

0 comments on commit 3cb1f8e

Please sign in to comment.