summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkhali <khali>2005-02-28 20:43:00 +0000
committerkhali <khali>2005-02-28 20:43:00 +0000
commita3716b65600538b93492fa0dbbd187f988871605 (patch)
tree4078559662b86bd573d501e2ec6ccbd27ef6c042 /Makefile
parent3ddb20aacc502f79f6c7333cb68f544a9f0f5471 (diff)
downloaddmidecode-a3716b65600538b93492fa0dbbd187f988871605.tar.gz
ownership.o depends on version.h.
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