Makefile.help: removing allbareconfig target from help
applet_tables: fix allnoconfig
This commit is contained in:
		@@ -71,7 +71,7 @@ int main(int argc, char **argv)
 | 
			
		||||
 | 
			
		||||
	puts("/* This is a generated file, don't edit */");
 | 
			
		||||
 | 
			
		||||
	puts("const char applet_names[] ALIGN1 =");
 | 
			
		||||
	puts("const char applet_names[] ALIGN1 = \"\" \n");
 | 
			
		||||
	for (i = 0; i < NUM_APPLETS; i++) {
 | 
			
		||||
		printf("\"%s\" \"\\0\"\n", applets[i].name);
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user