From e4f2ffbe44db50449888eeb521ea9b5414236a3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Mon, 4 Mar 2024 23:50:19 +0000 Subject: [PATCH] wip4 --- steps/mes-wip/pass1.kaem | 2 +- steps/patch-2.5.9/mk/main.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/steps/mes-wip/pass1.kaem b/steps/mes-wip/pass1.kaem index e5bf9d2..6a37b72 100755 --- a/steps/mes-wip/pass1.kaem +++ b/steps/mes-wip/pass1.kaem @@ -329,7 +329,7 @@ cp include/memory.h ${INCDIR}/memory.h cp include/pwd.h ${INCDIR}/pwd.h cp include/setjmp.h ${INCDIR}/setjmp.h cp include/signal.h ${INCDIR}/signal.h -cp include/linux/${MES_ARCH}/signal.h ${INCDIR}/linux/${MES_ARCH}/sigan.h +cp include/linux/${MES_ARCH}/signal.h ${INCDIR}/linux/${MES_ARCH}/signal.h cp include/stdarg.h ${INCDIR}/stdarg.h cp include/stdbool.h ${INCDIR}/stdbool.h cp include/stddef.h ${INCDIR}/stddef.h diff --git a/steps/patch-2.5.9/mk/main.mk b/steps/patch-2.5.9/mk/main.mk index c24c2ca..5047abc 100644 --- a/steps/patch-2.5.9/mk/main.mk +++ b/steps/patch-2.5.9/mk/main.mk @@ -5,7 +5,7 @@ CC = tcc CFLAGS = -I . -CPPFLAGS = -DHAVE_DECL_GETENV -DHAVE_DECL_MALLOC -DHAVE_DIRENT_H -DHAVE_LIMITS_H -DHAVE_GETEUID -DHAVE_MKTEMP -DPACKAGE_BUGREPORT= -Ded_PROGRAM=\"/nullop\" -Dmbstate_t=void -DRETSIGTYPE=int -DHAVE_MKDIR -DHAVE_RMDIR -DHAVE_FCNTL_H -DPACKAGE_NAME=\"patch\" -DPACKAGE_VERSION=\"2.5.9\" -DHAVE_MALLOC -DHAVE_REALLOC -DSTDC_HEADERS -DHAVE_STRING_H -DHAVE_STDLIB_H +CPPFLAGS = -DHAVE_DECL_GETENV -DHAVE_DECL_MALLOC -DHAVE_DIRENT_H -DHAVE_LIMITS_H -DHAVE_GETEUID -DHAVE_MKTEMP -DPACKAGE_BUGREPORT= -Ded_PROGRAM=\"/nullop\" -Dmbstate_t=int -DRETSIGTYPE=int -DHAVE_MKDIR -DHAVE_RMDIR -DHAVE_FCNTL_H -DPACKAGE_NAME=\"patch\" -DPACKAGE_VERSION=\"2.5.9\" -DHAVE_MALLOC -DHAVE_REALLOC -DSTDC_HEADERS -DHAVE_STRING_H -DHAVE_STDLIB_H LDFLAGS = -static .PHONY: all