Skip to content

Commit

Permalink
fix: BASE_3_14 var used instead of the complex evaluation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Oct 27, 2023
1 parent 765be12 commit 35feec5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions evgMrmApp/Db/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ DB += cpci-evg-300.db
DB += vme-evg230.db
DB += vme-evg230-nsls2.db
DB += mtca-evm-300.db
ifeq ($(shell echo "$(BASE) > 3.14" | bc),1)
ifndef BASE_3_14
DB += evm-mtca-300.db
DB += evm-mtca-300-evr.db
endif
endif # BASE_3_14

ifneq ($(DEVIOCSTATS),)
ifeq ($(OS_CLASS), RTEMS)
Expand Down
2 changes: 1 addition & 1 deletion evrMrmApp/Db/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ DB += evr-tg-300.db
DB += evr-mtca-300.db
DB += evr-pcie-300dc.db

ifeq ($(shell echo "$(BASE) > 3.14" | bc),1)
ifndef BASE_3_14
DB += evr-300.db
endif

Expand Down

0 comments on commit 35feec5

Please sign in to comment.