build: Remove deleted 'check' target from .PHONY list.

pull/2/head
Diego Biurrun 14 years ago
parent 0a94020b5b
commit db54be09c2
  1. 2
      Makefile

@ -199,5 +199,5 @@ $(sort $(OBJDIRS)):
# so this saves some time on slow systems. # so this saves some time on slow systems.
.SUFFIXES: .SUFFIXES:
.PHONY: all all-yes alltools *clean check config examples install* .PHONY: all all-yes alltools *clean config examples install*
.PHONY: testprogs uninstall* .PHONY: testprogs uninstall*

Loading…
Cancel
Save