Fix Makefile for "CHANGELOG" target
Merge with /home/sr/git/u-boot/4xx-idcr
diff --git a/Makefile b/Makefile
index 0af26bf..dec6355 100644
--- a/Makefile
+++ b/Makefile
@@ -318,9 +318,6 @@
 		grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | \
 		sort > $(obj)System.map
 
-CHANGELOG:
-	git log --no-merges U-Boot-1_1_5.. > $@
-
 #########################################################################
 else
 all $(obj)u-boot.hex $(obj)u-boot.srec $(obj)u-boot.bin \
@@ -331,6 +328,10 @@
 	@ exit 1
 endif
 
+.PHONY : CHANGELOG
+CHANGELOG:
+	git log --no-merges U-Boot-1_1_5.. > $@
+
 #########################################################################
 
 unconfig: