]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commitdiff
Makefile.include: Fix build on MinGW/Windows.
authorUwe Hermann <redacted>
Tue, 24 Jul 2012 14:35:06 +0000 (16:35 +0200)
committerUwe Hermann <redacted>
Tue, 24 Jul 2012 14:36:19 +0000 (16:36 +0200)
The trailing slash causes issues on MinGW/Windows, apparently.

Makefile.include

index c7211d8f06c4ae5d208152a70d0d8645b135e4cc..626c5cda8d2d4176af713477c7e27b27a71cc36c 100644 (file)
@@ -22,7 +22,7 @@
 OBJCOPY ?= objcopy
 FX2LIBDIR ?= ../../fx2lib
 BUILDDIR ?= build
-SDCCFLAGS += -I../../include/
+SDCCFLAGS += -I../../include
 
 $(BUILDDIR)/$(BASENAME).fw: $(BUILDDIR)/$(BASENAME).ihx
        $(OBJCOPY) -Iihex $< -Obinary $@