diff --git a/flight/CopterControl/Makefile b/flight/CopterControl/Makefile index 1a956fe24..11e5e8932 100644 --- a/flight/CopterControl/Makefile +++ b/flight/CopterControl/Makefile @@ -518,7 +518,7 @@ $(SRC): gencode gencode: ${OUTDIR}/InitOptMods.h -# this is supposed to be standard function, but apparently it is not +# function to turn all characters upper case uc = $(subst a,A,$(subst b,B,$(subst c,C,$(subst d,D,$(subst e,E,$(subst f,F,$(subst g,G,$(subst h,H,$(subst i,I,$(subst j,J,$(subst k,K,$(subst l,L,$(subst m,M,$(subst n,N,$(subst o,O,$(subst p,P,$(subst q,Q,$(subst r,R,$(subst s,S,$(subst t,T,$(subst u,U,$(subst v,V,$(subst w,W,$(subst x,X,$(subst y,Y,$(subst z,Z,$1)))))))))))))))))))))))))) ${OUTDIR}/InitOptMods.h: Makefile diff --git a/flight/OpenPilot/Makefile b/flight/OpenPilot/Makefile index ad01ed4ca..56d6619e3 100644 --- a/flight/OpenPilot/Makefile +++ b/flight/OpenPilot/Makefile @@ -484,7 +484,7 @@ gencode: ${OUTDIR}/InitOptMods.h $(SRC): gencode -# this is supposed to be standard function, but apparently it is not +# function to turn all characters upper case uc = $(subst a,A,$(subst b,B,$(subst c,C,$(subst d,D,$(subst e,E,$(subst f,F,$(subst g,G,$(subst h,H,$(subst i,I,$(subst j,J,$(subst k,K,$(subst l,L,$(subst m,M,$(subst n,N,$(subst o,O,$(subst p,P,$(subst q,Q,$(subst r,R,$(subst s,S,$(subst t,T,$(subst u,U,$(subst v,V,$(subst w,W,$(subst x,X,$(subst y,Y,$(subst z,Z,$1)))))))))))))))))))))))))) ${OUTDIR}/InitOptMods.h: Makefile diff --git a/flight/OpenPilot/Makefile.posix b/flight/OpenPilot/Makefile.posix index 161999ff0..9571a591e 100644 --- a/flight/OpenPilot/Makefile.posix +++ b/flight/OpenPilot/Makefile.posix @@ -453,7 +453,7 @@ gencode: ${OUTDIR}/InitOptMods.h $(SRC): gencode -# this is supposed to be standard function, but apparently it is not +# function to turn all characters upper case uc = $(subst a,A,$(subst b,B,$(subst c,C,$(subst d,D,$(subst e,E,$(subst f,F,$(subst g,G,$(subst h,H,$(subst i,I,$(subst j,J,$(subst k,K,$(subst l,L,$(subst m,M,$(subst n,N,$(subst o,O,$(subst p,P,$(subst q,Q,$(subst r,R,$(subst s,S,$(subst t,T,$(subst u,U,$(subst v,V,$(subst w,W,$(subst x,X,$(subst y,Y,$(subst z,Z,$1)))))))))))))))))))))))))) # Generate code for module initialization