Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix edito in last change.
  • Loading branch information
Roland McGrath committed Mar 4, 2016
1 parent 1241b50 commit 684ce7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -254,7 +254,7 @@ tests-clean:
ifneq (,$(CXX)) ifneq (,$(CXX))
vpath c++-types.data $(+sysdep_dirs) vpath c++-types.data $(+sysdep_dirs)


tests-special += $(objpfx)c++-types-check.out $(objpfx)check-local-headers.out tests-special += $(objpfx)c++-types-check.out
$(objpfx)c++-types-check.out: c++-types.data scripts/check-c++-types.sh $(objpfx)c++-types-check.out: c++-types.data scripts/check-c++-types.sh
scripts/check-c++-types.sh $< $(CXX) $(filter-out -std=gnu11 $(+gccwarn-c),$(CFLAGS)) $(CPPFLAGS) > $@; \ scripts/check-c++-types.sh $< $(CXX) $(filter-out -std=gnu11 $(+gccwarn-c),$(CFLAGS)) $(CPPFLAGS) > $@; \
$(evaluate-test) $(evaluate-test)
Expand Down

0 comments on commit 684ce7e

Please sign in to comment.