changeset 21:eb5b14d0e054

Makefile unneeded rule mikmodux.h Fix MODULE
author darius
date Fri, 24 Apr 1998 08:04:39 +0000
parents 0e9afd6bdaf0
children d9f79436e0af
files frontend/Makefile frontend/mikmodux.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/frontend/Makefile	Fri Apr 24 01:24:55 1998 +0000
+++ b/frontend/Makefile	Fri Apr 24 08:04:39 1998 +0000
@@ -1,5 +1,5 @@
 #OBJS = mikmodux.o mlist.o display.o marchive.o
-OBJS = mikmodux.o mlist.o
+OBJS = mikmodux.o
 LIBDIR = ../lib
 INCLUDEDIR = ../include
 
--- a/frontend/mikmodux.h	Fri Apr 24 01:24:55 1998 +0000
+++ b/frontend/mikmodux.h	Fri Apr 24 08:04:39 1998 +0000
@@ -90,7 +90,7 @@
     char *modname;	/* The name of the module, either its filename, or name in an archive */
     char *archive;	/* The filename of the archive if the mod is in one. NULL if not */
     
-} MODULES;
+} MODULE;
 
 typedef struct {
     int current; 	/* Currenct playing mod */