Ticket #13146: makefile-engine-fix.patch
File makefile-engine-fix.patch, 558 bytes (added by , 8 years ago) |
---|
-
makefile-engine
old new 312 312 313 313 # Rule to preprocess program sources into file ready for collecting catkeys. 314 314 $(OBJ_DIR)/$(NAME).pre : $(SRCS) 315 -cat $(SRCS) | $(CC) -E -x c++ $(INCLUDES) $(CFLAGS) -DB_COLLECTING_CATKEYS - > $(OBJ_DIR)/$(NAME).pre315 -cat $(SRCS) | $(CC) -E -x c++ $(INCLUDES) $(CFLAGS) -DB_COLLECTING_CATKEYS - | grep -av '^#' > $(OBJ_DIR)/$(NAME).pre 316 316 317 317 # Rules to collect localization catkeys. 318 318 catkeys : $(CATKEYS_DIR)/en.catkeys