File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -399,12 +399,6 @@ freetype_download :
399
399
git clone ${FREETYPE_URL_GIT} || exit 1; \
400
400
fi
401
401
402
- $(IRRLICHT_TIMESTAMP ) : irrlicht_download
403
- @LAST_MODIF=$$(find ${IRRLICHT_DIR} -type f -printf '%T@ %p\n' | sort -n | tail -1 | cut -f2- -d" " ) ; \
404
- if [ $$ (basename $$ LAST_MODIF) != " timestamp" ] ; then \
405
- touch ${IRRLICHT_TIMESTAMP} ; \
406
- fi
407
-
408
402
freetype : $(FREETYPE_LIB )
409
403
410
404
$(FREETYPE_LIB ) : $(FREETYPE_TIMESTAMP )
@@ -454,6 +448,12 @@ irrlicht_download :
454
448
patch -p1 < ../../irrlicht-texturehack.patch || exit 1; \
455
449
fi
456
450
451
+ $(IRRLICHT_TIMESTAMP ) : irrlicht_download
452
+ @LAST_MODIF=$$(find ${IRRLICHT_DIR} -type f -printf '%T@ %p\n' | sort -n | tail -1 | cut -f2- -d" " ) ; \
453
+ if [ $$ (basename $$ LAST_MODIF) != " timestamp" ] ; then \
454
+ touch ${IRRLICHT_TIMESTAMP} ; \
455
+ fi
456
+
457
457
irrlicht : $(IRRLICHT_LIB )
458
458
459
459
$(IRRLICHT_LIB ) : $(IRRLICHT_TIMESTAMP ) $(FREETYPE_LIB )
You can’t perform that action at this time.
0 commit comments