Skip to content

Commit

Permalink
Fix typo in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Castain <[email protected]>
  • Loading branch information
rhc54 committed Oct 31, 2024
1 parent 8ebe44a commit 28fb2cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/hostfile/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# and Technology (RIST). All rights reserved.
# Copyright (c) 2019-2020 Intel, Inc. All rights reserved.
# Copyright (c) 2020 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2022 Nanook Consulting. All rights reserved.
# Copyright (c) 2022-2024 Nanook Consulting All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
Expand All @@ -25,7 +25,7 @@
AM_LFLAGS = -Pprte_util_hostfile_
LEX_OUTPUT_ROOT = lex.prte_util_hostfile_
# we do NOT want picky compilers down here
CFLAGS = $(PMIX_CFLAGS_BEFORE_PICKY)
CFLAGS = $(PRTE_CFLAGS_BEFORE_PICKY)

noinst_LTLIBRARIES = libprrteutilhostfile.la

Expand Down

0 comments on commit 28fb2cb

Please sign in to comment.