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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

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