mirror of
https://github.com/rkd77/elinks.git
synced 2025-10-21 19:54:04 -04:00
Rename targets: *-l -> *-local
This commit is contained in:
committed by
Jonas Fonseca
parent
1af75f051b
commit
b30064c0d0
@@ -10,7 +10,7 @@ SUBDIRS = $(ssldir)
|
||||
|
||||
OBJS = connection.o dns.o progress.o socket.o state.o $(sslobj)
|
||||
|
||||
all-l: libnetwork.a
|
||||
all-local: libnetwork.a
|
||||
libnetwork.a: $(OBJS)
|
||||
|
||||
include $(path_to_top)/Makefile.lib
|
||||
|
||||
@@ -6,6 +6,6 @@ INCLUDES += $(GNUTLS_CFLAGS) $(OPENSSL_CFLAGS)
|
||||
OBJS = ssl.o socket.o
|
||||
|
||||
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
|
||||
all-l: $(OBJS)
|
||||
all-local: $(OBJS)
|
||||
|
||||
include $(path_to_top)/Makefile.lib
|
||||
|
||||
Reference in New Issue
Block a user