From ece2f6f796afa94dbc927e9c4f514a3e131c7897 Mon Sep 17 00:00:00 2001
From: Francis Rowe <info@gluglug.org.uk>
Date: Tue, 23 Dec 2014 11:44:59 -0500
Subject: ich9deblob: rename descriptor/struct.h to descriptor/descriptor.h

---
(limited to 'resources/utilities/ich9deblob/Makefile')

diff --git a/resources/utilities/ich9deblob/Makefile b/resources/utilities/ich9deblob/Makefile
index 5588ec5..0a69882 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 v0.9.1