Commit af1fe022f44b2bd201fdbce961843a3ee1cb6885

Thomas de Grivel 2023-08-21T12:01:00

revert

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/libc3/configure b/libc3/configure
index abbb223..1d3d309 100755
--- a/libc3/configure
+++ b/libc3/configure
@@ -78,7 +78,7 @@ fi
 CFLAGS="$CFLAGS -DNDEBUG"
 LIBS="$LIBS"
 
-${MAKE} -f gen.mk
+make -f gen.mk
 
 echo "LIB = $LIB" >> ${CONFIG_MK}
 echo "HAVE_ASAN = $HAVE_ASAN" >> ${CONFIG_MK}