From 59c4e8ec366ee30c841695ce0d13d23991e2b35b Mon Sep 17 00:00:00 2001 From: William Ahern Date: Thu, 24 Oct 2013 22:04:24 -0700 Subject: -n add easier target names --- GNUmakefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index c6129ef..bf3a7a0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -37,7 +37,7 @@ LDFLAGS_$(d) += -lssl -lcrypto define BUILD_$(d) -.INTERMEDIATE: liblua$(1)-openssl +.INTERMEDIATE: liblua$(1)-openssl openssl$(1) $$(d)/$(1)/openssl.so: $$(d)/$(1)/openssl.o $$(CC) -o $$@ $$^ $$(SOFLAGS_$$(abspath $$(@D)/..)) $$(SOFLAGS) $$(LDFLAGS_$$(abspath $$(@D)/..)) $$(LDFLAGS) @@ -47,7 +47,7 @@ $$(d)/$(1)/openssl.o: $$(d)/openssl.c $$(d)/compat52.h $$(MKDIR) -p $$(@D) $$(CC) $$(CFLAGS_$$(