1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

Disabled double definition of pmlib compilation in openPilot/Makefile - target gencode

This commit is contained in:
Corvus Corax 2011-08-20 13:11:15 +02:00
parent 5ea35bb28c
commit d21f6705aa

View File

@ -479,9 +479,7 @@ endif
endif
# Generate intermediate code
gencode: ${OUTDIR}/pmlib_img.c ${OUTDIR}/pmlib_nat.c ${OUTDIR}/pmlibusr_img.c ${OUTDIR}/pmlibusr_nat.c ${OUTDIR}/pmfeatures.h ${OUTDIR}/InitOptMods.h
$(PYSRC): gencode
gencode: ${OUTDIR}/InitOptMods.h
$(SRC): gencode