From a3716b65600538b93492fa0dbbd187f988871605 Mon Sep 17 00:00:00 2001 From: khali Date: Mon, 28 Feb 2005 20:43:00 +0000 Subject: ownership.o depends on version.h. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1a38ab6..361e10b 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ dmidecode.o : dmidecode.c version.h types.h util.h config.h biosdecode.o : biosdecode.c version.h types.h util.h config.h $(CC) $(CFLAGS) -c $< -o $@ -ownership.o : ownership.c types.h util.h config.h +ownership.o : ownership.c version.h types.h util.h config.h $(CC) $(CFLAGS) -c $< -o $@ vpddecode.o : vpddecode.c version.h types.h util.h config.h -- cgit v1.2.1