summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormalcolmd <malcolmd@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-03-04 19:19:51 +0000
committermalcolmd <malcolmd@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-03-04 19:19:51 +0000
commit8ad03f76eb437730e0d863e4adb94b89fb94b74a (patch)
tree701d31f44218b40b8d938ea87863d28b056487b9 /Makefile
parent92fe18e074c33b693a48ab9babd4a7fbeb77f0af (diff)
Typo w/ sethdlc-new stuff in Makefile, now fixed
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@323 5390a7c7-147a-4af0-8ec9-7488f05a26cb
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)