summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 641fe3b..99ec1c6 100755
--- a/Makefile
+++ b/Makefile
@@ -167,7 +167,7 @@ sethdlc-new: sethdlc-new.o
$(CC) -o sethdlc-new sethdlc-new.o
sethdlc-new.o: sethdlc-new.c
- ($CC) -c $(CFLAGS) -I$(KINCLUDES) sethdlc-new.c
+ $(CC) -c $(CFLAGS) -I$(KINCLUDES) sethdlc-new.c
$(LIBTONEZONE): $(TZOBJS)
$(CC) -shared -Wl,-soname,libtonezone.so.1 -lm -o $@ $(TZOBJS)