X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile;h=37ff17de389ecba5797780bf1ed49f88a87ef1ba;hp=127b8757808eedeabec2c53425ef0850c89ce5c6;hb=7307b7ef3cf1d226ade30ca5d7aa524bdd396715;hpb=cff22b4acad4dcac91eafda11490cc4f58b76e1b diff --git a/Makefile b/Makefile index 127b8757..37ff17de 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ summary-fastcheck/%: tools/ccanlint/ccanlint $(OBJFILES) $(CCANLINT_FAST) -s ccan/$* ccan/%/info: ccan/%/_info config.h - $(CC) $(CCAN_CFLAGS) -I. -o $@ -x c $< + $(CC) $(CCAN_CFLAGS) -I. -o $@ $(CFLAGS_FORCE_C_SOURCE) $< all_info: $(MODS:%=ccan/%/info)