lockfile-progs: fix make dependency

Based on patch by Sergio Monteiro Basto <sergio@sergiomb.no-ip.org>.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2011-04-24 23:54:28 +02:00
parent 31fb724fd2
commit 7edfd3c1b4
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
LOCKFILE_PROGS_VERSION = 0.1.15
LOCKFILE_PROGS_SOURCE = lockfile-progs_$(LOCKFILE_PROGS_VERSION).tar.gz
LOCKFILE_PROGS_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/l/lockfile-progs/
LOCKFILE_PROGS_DEPENDENCIES = liblockfile
LOCKFILE_BINS = \
$(addprefix lockfile-,check create remove touch) \