Skip to content

Commit

Permalink
Update comments in src/Makefile.defs
Browse files Browse the repository at this point in the history
src/Makefile.defs
- Updated ifeq blocks comment
- Removed "disable this till further notice" comment

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed Jul 6, 2022
1 parent 81acc3c commit e7ba66e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Makefile.defs
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,9 @@ ifeq ($(findstring rc.fas.harvard.edu,$(HOSTNAME)),rc.fas.harvard.edu)
endif
endif

# Note: Additional systems should be added as needed.
# Note: ifeq blocks for additional systems should be added as needed.

# Disable this till further notice (bmy, 11/1/21)
## Exit if we can't find libfl.a (Flex library file)
# Exit if we can't find libfl.a (Flex library file)
ifeq ($(wildcard $(FLEX_LIB_DIR)/libfl.*),)
$(error "Could not find the Flex library at $(FLEX_LIB_DIR)!")
endif
Expand Down

0 comments on commit e7ba66e

Please sign in to comment.