1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Revert "Makefiles: fixed comment line"

This reverts commit 0065842de7914788794e6d34b289da14460a3e2d.
This commit is contained in:
Corvus Corax 2011-11-11 11:06:32 +01:00
parent a8b36ddd28
commit 88f161dd42
3 changed files with 3 additions and 3 deletions

View File

@ -526,7 +526,7 @@ $(SRC): gencode
gencode: ${OUTDIR}/InitOptMods.h
# function to turn all characters upper case
# this is supposed to be standard function, but apparently it is not
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

View File

@ -485,7 +485,7 @@ gencode: ${OUTDIR}/InitOptMods.h
$(SRC): gencode
# function to turn all characters upper case
# this is supposed to be standard function, but apparently it is not
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

View File

@ -453,7 +453,7 @@ gencode: ${OUTDIR}/InitOptMods.h
$(SRC): gencode
# function to turn all characters upper case
# this is supposed to be standard function, but apparently it is not
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