From 874d317334fae1ddce316f9b6f4d0ce4e434bf52 Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Tue, 23 Jun 2026 21:34:41 -0700 Subject: heirloom vi fixes from arch AUR --- libuxre/Makefile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) mode change 100644 => 120000 libuxre/Makefile (limited to 'libuxre/Makefile') diff --git a/libuxre/Makefile b/libuxre/Makefile deleted file mode 100644 index 46d7320..0000000 --- a/libuxre/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -CFLAGS = $(COPT) $(RPMCFLAGS) -I. -OBJS = bracket.o _collelem.o _collmult.o regcomp.o regdfa.o regerror.o regexec.o regfree.o regnfa.o regparse.o stubs.o - -.c.o: ; $(CC) $(CFLAGS) -c $< - -all: libuxre.a - -libuxre.a: $(OBJS) - ar cr libuxre.a $(OBJS) - -clean: - rm -f libuxre.a $(OBJS) core diff --git a/libuxre/Makefile b/libuxre/Makefile new file mode 120000 index 0000000..f568cf7 --- /dev/null +++ b/libuxre/Makefile @@ -0,0 +1 @@ +Makefile.mk \ No newline at end of file -- cgit v1.2.3