From da88dfe15a7233b616f935a481f5974fc4c37701 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 4 Jun 2009 22:20:26 -0400 Subject: [PATCH] Build Fix - Removed the now-obsolete Mod from the Makefiles. --- src/sandbox/Makefile | 5 ++--- src/tests/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/sandbox/Makefile b/src/sandbox/Makefile index 2751dc748..09a454d66 100644 --- a/src/sandbox/Makefile +++ b/src/sandbox/Makefile @@ -3,9 +3,8 @@ CFLAGS = -I. -I.. -Wall -pedantic -ggdb3 -fno-rtti -fno-stack-check LFLAGS = LIBS = OBJECTS = main.o ../Context.o ../TDB2.o ../T2.o ../Sequence.o ../Filter.o \ - ../Att.o ../Keymap.o ../Record.o ../Mod.o ../StringTable.o \ - ../util.o ../text.o ../Date.o ../Config.o ../Location.o ../Subst.o \ - ../Nibbler.o + ../Att.o ../Keymap.o ../Record.o ../StringTable.o ../Location.o \ + ../util.o ../text.o ../Date.o ../Config.o ../Subst.o ../Nibbler.o all: $(PROJECT) diff --git a/src/tests/Makefile b/src/tests/Makefile index 098e8055b..6990a2898 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -4,8 +4,8 @@ CFLAGS = -I. -I.. -Wall -pedantic -ggdb3 -fno-rtti LFLAGS = -L/usr/local/lib OBJECTS = ../TDB.o ../TDB2.o ../T.o ../T2.o ../parse.o ../text.o ../Date.o \ ../Duration.o ../util.o ../Config.o ../Sequence.o ../Att.o \ - ../Record.o ../Mod.o ../StringTable.o ../Subst.o ../Nibbler.o \ - ../Filter.o ../Location.o ../Context.o ../Keymap.o + ../Record.o ../StringTable.o ../Subst.o ../Nibbler.o ../Location.o \ + ../Filter.o ../Context.o ../Keymap.o all: $(PROJECT)