|
@@ -40,7 +40,7 @@ PRBOOM_CONF_OPTS = \
|
|
|
|
|
|
# endianness detection isn't used when cross compiling
|
|
# endianness detection isn't used when cross compiling
|
|
define PRBOOM_BIG_ENDIAN_FIXUP
|
|
define PRBOOM_BIG_ENDIAN_FIXUP
|
|
- $(SED) 's,.*#undef WORDS_BIGENDIAN.*,#define WORDS_BIGENDIAN 1,g' \
|
|
|
|
|
|
+ $(SED) 's,.*#.*undef WORDS_BIGENDIAN.*,#define WORDS_BIGENDIAN 1,g' \
|
|
$(PRBOOM_DIR)/config.h
|
|
$(PRBOOM_DIR)/config.h
|
|
endef
|
|
endef
|
|
|
|
|