Changes in uspace/Makefile.common [ea42e44:95aed62] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    rea42e44 r95aed62  
    6767CONFIG_MAKEFILE = $(ROOT_PATH)/Makefile.config
    6868CONFIG_HEADER = $(ROOT_PATH)/config.h
     69
     70AUTOGEN = $(ROOT_PATH)/tools/autogen2.sh
    6971
    7072-include $(VERSION_DEF)
     
    352354        $(CC_JOB) -c -MD -MP $(DEFS) $(LIB_CFLAGS) $(EXTRA_CFLAGS)
    353355
     356%.ag.h %.ag.s %.ag.c %.ag.d: %.h
     357        CC="$(CC)" CFLAGS="$(CFLAGS)" $(AUTOGEN) $< $@
     358
    354359-include $(DEPENDS)
    355360
Note: See TracChangeset for help on using the changeset viewer.