1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

build: remove non-existant examples rule.

This commit is contained in:
Clément Bœsch 2012-05-12 17:33:16 +02:00
parent 6c211085bb
commit 06e4b98382

View File

@ -177,5 +177,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 check *clean config examples install* .PHONY: all all-yes alltools check *clean config install*
.PHONY: testprogs uninstall* .PHONY: testprogs uninstall*