Very minor fixes: don't check HDR for newness in apps!
This commit is contained in:
parent
b8b3ee9318
commit
a7a60aa058
|
@ -13,7 +13,7 @@ then
|
||||||
source src/capp/build.monolithic
|
source src/capp/build.monolithic
|
||||||
|
|
||||||
MODIFIED=0
|
MODIFIED=0
|
||||||
for test in ${MONOLITHIC_TESTS} ${HDR} ${SRC}
|
for test in ${MONOLITHIC_TESTS} ${SRC}
|
||||||
do
|
do
|
||||||
if [ ${test} -nt ${APP} ]
|
if [ ${test} -nt ${APP} ]
|
||||||
then
|
then
|
||||||
|
|
|
@ -13,7 +13,7 @@ then
|
||||||
source src/cppapp/build.monolithic
|
source src/cppapp/build.monolithic
|
||||||
|
|
||||||
MODIFIED=0
|
MODIFIED=0
|
||||||
for test in ${MONOLITHIC_TESTS} ${HDR} ${SRC}
|
for test in ${MONOLITHIC_TESTS} ${SRC}
|
||||||
do
|
do
|
||||||
if [ ${test} -nt ${APP} ]
|
if [ ${test} -nt ${APP} ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue