1 parent e66b304 commit 4889b6fCopy full SHA for 4889b6f
1 file changed
unix/Makefile
@@ -302,8 +302,12 @@ libffi:
302
../configure $(CROSS_COMPILE_HOST) --prefix=$$PWD/out CC="$(CC)" CXX="$(CXX)" LD="$(LD)"; \
303
make install-exec-recursive; make -C include install-data-am
304
305
-axtls:
+axtls: ../lib/axtls/README
306
cd ../lib/axtls; cp config/upyconfig config/.config
307
cd ../lib/axtls; make oldconfig -B
308
cd ../lib/axtls; make clean
309
cd ../lib/axtls; make all CC="$(CC)" LD="$(LD)"
310
+
311
+../lib/axtls/README:
312
+ @echo "You cloned without --recursive, fetching submodules for you."
313
+ (cd ..; git submodule update --init --recursive)
0 commit comments