Skip to content

Commit 70b9c48

Browse files
author
Pete Lewis
committed
Trying to fix the envoronment stuff
I was getting these errors: Makefile:66: Extraneous text after `else' directive Makefile:79: *** missing `endif'. Stop. removing this else seems to eliminate these errors.
1 parent 2f2933a commit 70b9c48

File tree

1 file changed

+1
-1
lines changed
  • sparkfun/avr/bootloaders/optiboot

1 file changed

+1
-1
lines changed

sparkfun/avr/bootloaders/optiboot/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ fixpath = $(subst /,\,$1)
6363
SHELL = cmd.exe
6464
endif
6565

66-
else ifeq ($(ENV), arduinodev)
66+
ifeq ($(ENV), arduinodev)
6767
# Arduino IDE source code environment. Use the unpacked compilers created
6868
# by the build (you'll need to do "ant build" first.)
6969
ifeq ($(OS), macosx)

0 commit comments

Comments
 (0)