summaryrefslogtreecommitdiff
path: root/generic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Makefile')
-rwxr-xr-xgeneric/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/Makefile b/generic/Makefile
index 8bc6a49..99a9631 100755
--- a/generic/Makefile
+++ b/generic/Makefile
@@ -3,7 +3,7 @@
CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -pedantic-errors -I../includes -DPARANOID_SEEK -DHAVE_ZLIB
CXX=g++
-OBJECTS = Buffer.o Exceptions.o Handle.o Image.o Input.o Output.o generic.o fileutils.o String.o
+OBJECTS = Buffer.o Exceptions.o Handle.o Image.o Input.o Output.o generic.o String.o
TARGET = generic.a
all: ${TARGET}