Ticket #1105: quickfix_makefile_deps.patch

File quickfix_makefile_deps.patch, 0.8 KB (added by plobsing, 12 years ago)
  • config/gen/makefiles/root.in

     
    12041204    $(SRC_DIR)/frame_builder.h \ 
    12051205    $(SRC_DIR)/frame_builder.c \ 
    12061206    $(SRC_DIR)/frame_builder.str \ 
    1207     $(INC_DIR)/parrot.h 
     1207    $(GENERAL_H_FILES) 
    12081208 
    12091209$(SRC_DIR)/frame_builder_libjit$(O) : \ 
    12101210    $(SRC_DIR)/frame_builder_libjit.h \ 
    12111211    $(SRC_DIR)/frame_builder_libjit.c \ 
    12121212    $(SRC_DIR)/frame_builder_libjit.str \ 
    12131213    $(SRC_DIR)/frame_builder.h \ 
    1214     $(SRC_DIR)/pmc/pmc_integer.h \ 
    1215     $(SRC_DIR)/pmc/pmc_unmanagedstruct.h \ 
    1216     $(SRC_DIR)/pmc/pmc_managedstruct.h \ 
    1217     $(INC_DIR)/parrot.h 
     1214    $(GENERAL_H_FILES) 
    12181215 
    12191216$(SRC_DIR)/vtables$(O) : $(GENERAL_H_FILES) $(SRC_DIR)/vtables.c 
    12201217