components/ggrep/Makefile
changeset 99 c15c9099bb44
parent 83 9ab0deb97868
child 181 87e11e685b1f
equal deleted inserted replaced
98:7eea11439375 99:c15c9099bb44
    31 
    31 
    32 include ../../make-rules/prep.mk
    32 include ../../make-rules/prep.mk
    33 include ../../make-rules/configure.mk
    33 include ../../make-rules/configure.mk
    34 include ../../make-rules/ips.mk
    34 include ../../make-rules/ips.mk
    35 
    35 
    36 CFLAGS	+=			$(FEATURES_EXTENSIONS)
    36 # We need to be able to return from void functions
       
    37 CFLAGS	+=			$(studio_FEATURES_EXTENSIONS)
    37 
    38 
    38 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
    39 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
    39 CONFIGURE_OPTIONS  +=		--prefix=/usr
    40 CONFIGURE_OPTIONS  +=		--prefix=/usr
    40 CONFIGURE_OPTIONS  +=		--program-prefix=g
    41 CONFIGURE_OPTIONS  +=		--program-prefix=g
    41 
    42