diff recpt1/Makefile @ 61:f1553492e8bb

ensure path of destination file exists. imported Jonathan Leffler's mkpath.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 09 Oct 2009 11:04:36 +0900
parents 9b36fdf7d5d0
children 57bb2c26198d
line wrap: on
line diff
--- a/recpt1/Makefile	Sat Oct 03 13:25:13 2009 +0900
+++ b/recpt1/Makefile	Fri Oct 09 11:04:36 2009 +0900
@@ -11,7 +11,7 @@
 LIBS     = $(PCSC_LIBS) $(B25_LIBS) -lm -lpthread
 LDFLAGS  =
 
-OBJS   = recpt1.o decoder.o
+OBJS   = recpt1.o decoder.o mkpath.o
 DEPEND = .deps
 
 all: $(TARGET)