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
|
||||
|
||||
MODIFIED=0
|
||||
for test in ${MONOLITHIC_TESTS} ${HDR} ${SRC}
|
||||
for test in ${MONOLITHIC_TESTS} ${SRC}
|
||||
do
|
||||
if [ ${test} -nt ${APP} ]
|
||||
then
|
||||
|
|
|
@ -13,7 +13,7 @@ then
|
|||
source src/cppapp/build.monolithic
|
||||
|
||||
MODIFIED=0
|
||||
for test in ${MONOLITHIC_TESTS} ${HDR} ${SRC}
|
||||
for test in ${MONOLITHIC_TESTS} ${SRC}
|
||||
do
|
||||
if [ ${test} -nt ${APP} ]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue