fix codesign condition

This commit is contained in:
Jan-Piet Mens
2015-10-28 00:35:14 +01:00
parent c1b053b694
commit 1704adade4
+1 -1
View File
@@ -69,7 +69,7 @@ all: $(TARGETS)
ot-recorder: recorder.o $(OTR_OBJS)
$(CC) $(CFLAGS) -o ot-recorder recorder.o $(OTR_OBJS) $(LIBS)
[ -x codesign.sh ] && ./codesign.sh
if test -r codesign.sh; then /bin/sh codesign.sh; fi
ocat: ocat.o $(OTR_OBJS)
$(CC) $(CFLAGS) -o ocat ocat.o $(OTR_OBJS) $(LIBS)