diff --git a/Demos/Device/makefile b/Demos/Device/makefile
index 3ef7809ca673b403aa6adfd38f3aa5e6d8fef91d..ce80f4e967a314ca1c073751afeb3a4a17b456d5 100644
--- a/Demos/Device/makefile
+++ b/Demos/Device/makefile
@@ -13,6 +13,8 @@
 # custom LUFA library build options are reflected in the compiled
 # code.
 
+all:
+
 %:
 	$(MAKE) -C ClassDriver $@
 	$(MAKE) -C LowLevel $@
diff --git a/Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c b/Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c
index e566cf89bdea71a7556fa4ecbea7e21b8f263b75..628ea381ae0b0911a469eea25464976cf0a56fe0 100644
--- a/Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c
+++ b/Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c
@@ -144,4 +144,4 @@ void CALLBACK_HID_Device_ProcessHIDReport(USB_ClassInfo_HID_Device_t* const HIDI
                                           const uint8_t ReportType, const void* ReportData, const uint16_t ReportSize)
 {
 	// Unused (but mandatory for the HID class driver) in this demo, since there are no Host->Device reports
-}
\ No newline at end of file
+}
diff --git a/Demos/DualRole/makefile b/Demos/DualRole/makefile
index f2ba1a83b16c20421789ed6a7be8937079ddd442..2e863bbad22feb81a8dfc4d7fa1c23d518070acd 100644
--- a/Demos/DualRole/makefile
+++ b/Demos/DualRole/makefile
@@ -13,5 +13,7 @@
 # custom LUFA library build options are reflected in the compiled
 # code.
 
+all:
+
 %:
 	$(MAKE) -C ClassDriver/ $@
diff --git a/Demos/Host/makefile b/Demos/Host/makefile
index 3ef7809ca673b403aa6adfd38f3aa5e6d8fef91d..ce80f4e967a314ca1c073751afeb3a4a17b456d5 100644
--- a/Demos/Host/makefile
+++ b/Demos/Host/makefile
@@ -13,6 +13,8 @@
 # custom LUFA library build options are reflected in the compiled
 # code.
 
+all:
+
 %:
 	$(MAKE) -C ClassDriver $@
 	$(MAKE) -C LowLevel $@
diff --git a/Demos/makefile b/Demos/makefile
index c5736cb8f54748d6c81cd7bf8905dab1b0150f55..30434b7ead289d85e27f75bd7f4699fecafced09 100644
--- a/Demos/makefile
+++ b/Demos/makefile
@@ -13,6 +13,8 @@
 # custom LUFA library build options are reflected in the compiled
 # code.
 
+all:
+
 %:
 	$(MAKE) -C Device $@
 	$(MAKE) -C Host $@
diff --git a/Projects/AVRISP-MKII/makefile b/Projects/AVRISP-MKII/makefile
index c6b64dfe130f866265bde17e1a7a79713f7638b6..ab2e862dcf9be68c36a522a31232b7228657537f 100644
--- a/Projects/AVRISP-MKII/makefile
+++ b/Projects/AVRISP-MKII/makefile
@@ -194,9 +194,9 @@ CDEFS += -DAUX_LINE_PORT=PORTB
 CDEFS += -DAUX_LINE_PIN=PINB
 CDEFS += -DAUX_LINE_DDR=DDRB
 CDEFS += -DAUX_LINE_MASK="(1 << 4)"
-CDEFS += -DVTARGET_ADC_CHANNEL=2
 CDEFS += -DENABLE_ISP_PROTOCOL
 CDEFS += -DENABLE_XPROG_PROTOCOL
+CDEFS += -DVTARGET_ADC_CHANNEL=2
 CDEFS += -DVTARGET_REF_VOLTS=5
 CDEFS += -DVTARGET_SCALE_FACTOR=1
 #CDEFS += -DNO_VTARGET_DETECT