Skip to content
Snippets Groups Projects
Commit 42ade117 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

build: Use portable compiler flag constructs in header compilation rule

parent 24f8961f
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ COMPILE_S = $(call COMPILE,AS)
$(COMPILE_S)
%.ho: %.h
$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ -x c $<
$(CC) $(CCFLAGS) -c $(CC_O) -x c $<
%.ver: %.v
$(Q)sed 's/$$MAJOR/$($(basename $(@F))_VERSION_MAJOR)/' $^ > $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment