# HG changeset patch # User darius # Date 893405079 0 # Node ID eb5b14d0e054b0787f30e8e653959b5b70dff1c0 # Parent 0e9afd6bdaf0158dfa783351f9d74460882dcca5 Makefile unneeded rule mikmodux.h Fix MODULE diff -r 0e9afd6bdaf0 -r eb5b14d0e054 frontend/Makefile --- 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 diff -r 0e9afd6bdaf0 -r eb5b14d0e054 frontend/mikmodux.h --- 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 */