From ece2f6f796afa94dbc927e9c4f514a3e131c7897 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Tue, 23 Dec 2014 16:44:59 +0000 Subject: ich9deblob: rename descriptor/struct.h to descriptor/descriptor.h --- resources/utilities/ich9deblob/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/utilities/ich9deblob/Makefile') diff --git a/resources/utilities/ich9deblob/Makefile b/resources/utilities/ich9deblob/Makefile index 5588ec53..0a69882a 100644 --- a/resources/utilities/ich9deblob/Makefile +++ b/resources/utilities/ich9deblob/Makefile @@ -20,8 +20,8 @@ CC=gcc CFLAGS=-I. -ich9deblob: ich9deblob.c descriptor/struct.h gbe/gbe.h - $(CC) $(CFLAGS) ich9deblob.c descriptor/struct.h gbe/gbe.h -o ich9deblob +ich9deblob: ich9deblob.c descriptor/descriptor.h gbe/gbe.h + $(CC) $(CFLAGS) ich9deblob.c descriptor/descriptor.h gbe/gbe.h -o ich9deblob clean: rm -f ich9deblob *.o -- cgit v1.2.3-70-g09d2