From b1aaba1fc8176ac0b7c202a664d2554aa0967116 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 20 Jan 2008 17:25:44 -0600 Subject: Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() macros in each C file, and making generated/globals.h from that. Rename "toy" to "this" along the way to avoid toy/toys confusion. --- scripts/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/install.c') diff --git a/scripts/install.c b/scripts/install.c index 5564fa50..317b180c 100644 --- a/scripts/install.c +++ b/scripts/install.c @@ -14,7 +14,7 @@ // Populate toy_list[]. struct toy_list toy_list[] = { -#include "toys/toylist.h" +#include "generated/newtoys.h" }; #define TOY_LIST_LEN (sizeof(toy_list)/sizeof(struct toy_list)) -- cgit v1.2.3