diff options
author | khali <khali> | 2005-02-28 20:43:00 +0000 |
---|---|---|
committer | khali <khali> | 2005-02-28 20:43:00 +0000 |
commit | a3716b65600538b93492fa0dbbd187f988871605 (patch) | |
tree | 4078559662b86bd573d501e2ec6ccbd27ef6c042 /Makefile | |
parent | 3ddb20aacc502f79f6c7333cb68f544a9f0f5471 (diff) | |
download | dmidecode-a3716b65600538b93492fa0dbbd187f988871605.tar.gz |
ownership.o depends on version.h.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |