Skip to content

Commit

Permalink
Debug Makefile.in, it should fix devttys0#8
Browse files Browse the repository at this point in the history
As fast.c include maps.h, it need LIBFTDI1 define (compilation error on OS X without that).
  • Loading branch information
fletort committed Jun 18, 2015
1 parent f1a6744 commit 2c2f5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mpsse.o: support.o
$(CC) $(CFLAGS) $(LDFLAGS) -DLIBFTDI1=$(LIBFTDI1) -c mpsse.c

fast.o: support.o
$(CC) $(CFLAGS) $(LDFLAGS) -c fast.c
$(CC) $(CFLAGS) $(LDFLAGS) -DLIBFTDI1=$(LIBFTDI1) -c fast.c

support.o:
$(CC) $(CFLAGS) $(LDFLAGS) -DLIBFTDI1=$(LIBFTDI1) -c support.c
Expand Down

0 comments on commit 2c2f5df

Please sign in to comment.