From 7e81837e64e7fd14a74600b14ac65f046985dbfa Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Tue, 23 Dec 2014 11:40:10 -0500 Subject: ich9deblob: move gbe/struct.h to gbe/gbe.h --- (limited to 'resources/utilities/ich9deblob/Makefile') diff --git a/resources/utilities/ich9deblob/Makefile b/resources/utilities/ich9deblob/Makefile index 6d6a905..5588ec5 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/struct.h - $(CC) $(CFLAGS) ich9deblob.c descriptor/struct.h gbe/struct.h -o ich9deblob +ich9deblob: ich9deblob.c descriptor/struct.h gbe/gbe.h + $(CC) $(CFLAGS) ich9deblob.c descriptor/struct.h gbe/gbe.h -o ich9deblob clean: rm -f ich9deblob *.o -- cgit v0.9.1