1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

Makefiles: fixed comment line

This commit is contained in:
Corvus Corax 2011-08-25 16:28:34 +02:00
parent 658ae3f809
commit 0065842de7
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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