Skip to content

Commit

Permalink
src/Makefile{,.utils}: typos a/an
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 16, 2022
1 parent a254a91 commit 59f4690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -28,7 +28,7 @@ include Makefile.sources
include Makefile.targets

# whether or not the entire build process should fail if building a module or
# an utility fails
# a utility fails
err_fail?=1

# whether or not to install $(MAIN_NAME).cfg or just $(MAIN_NAME).cfg.default
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.utils
Expand Up @@ -30,7 +30,7 @@ COREPATH ?=../../src
ALLDEP=Makefile $(COREPATH)/Makefile.sources $(COREPATH)/Makefile.rules \
$(COREPATH)/Makefile.utils $(COREPATH)/Makefile.dirs $(COREPATH)/config.mak

#override modules value, an util cannot have submodules
#override modules value, a util cannot have submodules
override modules=
override static_modules=
override static_modules_path=
Expand Down

0 comments on commit 59f4690

Please sign in to comment.