Skip to content

Commit

Permalink
[remove] show command line
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Nohlgård committed Mar 20, 2016
1 parent f5d8364 commit a7c7994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ endif # BUILD_IN_DOCKER
# The script will only touch the file if anything has changed since last time.
.PHONY: $(RIOTBUILD_CONFIG_HEADER_C)
$(RIOTBUILD_CONFIG_HEADER_C):
$(AD)mkdir -p '$(dir $@)'
$(AD)'$(RIOTBASE)/dist/tools/genconfigheader/genconfigheader.sh' '$@' $(CFLAGS_WITH_MACROS)
mkdir -p '$(dir $@)'
'$(RIOTBASE)/dist/tools/genconfigheader/genconfigheader.sh' '$@' $(CFLAGS_WITH_MACROS)

CFLAGS_WITH_MACROS := $(CFLAGS)
CFLAGS := $(patsubst -D%,,$(CFLAGS))
Expand Down

0 comments on commit a7c7994

Please sign in to comment.