From 68795e9367de98482c4a5830e6e94b51bd60f4e3 Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Sat, 19 Jan 2002 22:17:07 +0000 Subject: Nearly-working threads re-structuring. Do not integrate, submit-ing to get to Win32, and as "off site" backup. p4raw-id: //depot/perlio@14352 --- Makefile.micro | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Makefile.micro') diff --git a/Makefile.micro b/Makefile.micro index 0e3ddbb632..11f2cc2fda 100644 --- a/Makefile.micro +++ b/Makefile.micro @@ -1,7 +1,7 @@ CC = cc LD = $(CC) DEFINES = -DPERL_CORE -DPERL_MICRO -OPTIMIZE = +OPTIMIZE = CFLAGS = $(DEFINES) $(OPTIMIZE) LIBS = -lm _O = .o @@ -16,8 +16,7 @@ O = uav$(_O) udeb$(_O) udoio$(_O) udoop$(_O) udump$(_O) \ uregcomp$(_O) uregexec$(_O) urun$(_O) \ uscope$(_O) usv$(_O) utaint$(_O) utoke$(_O) \ unumeric$(_O) ulocale$(_O) \ - uuniversal$(_O) uutf8$(_O) uutil$(_O) uperlapi$(_O) \ - usharedsv$(_O) + uuniversal$(_O) uutf8$(_O) uutil$(_O) uperlapi$(_O) microperl: $(O) $(LD) -o $@ $(O) $(LIBS) @@ -138,6 +137,4 @@ uutil$(_O): $(HE) util.c uperlapi$(_O): $(HE) perlapi.c perlapi.h $(CC) -c -o $@ $(CFLAGS) perlapi.c -usharedsv$(_O): $(HE) sharedsv.c sharedsv.h - $(CC) -c -o $@ $(CFLAGS) sharedsv.c -- cgit v1.2.1