summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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