Skip to content

Commit

Permalink
(Rosebud) Tupfiles don't need conditional compilation
Browse files Browse the repository at this point in the history
* The conditional compilation is inside the source files instead,
  which makes it easier because then all build systems can use
  the same conditional compilation mechanism, namely the C
  preprocessor.

RPM-357
  • Loading branch information
matzke1 committed Apr 21, 2023
1 parent 98c2f85 commit 27b8a45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/generated/BinaryAnalysis/Tupfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#

include_rules
ifeq (@(ENABLE_BINARY_ANALYSIS),yes)
run $(librose_compile) \
SgAsmAarch32Coprocessor.C \
SgAsmAarch32Instruction.C \
Expand Down Expand Up @@ -357,4 +356,3 @@ run $(librose_compile) \
SgAsmValueExpression.C \
SgAsmVectorType.C \
SgAsmX86Instruction.C
endif

0 comments on commit 27b8a45

Please sign in to comment.