0
0
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:
Jonas Fonseca
2005-09-27 21:11:28 +02:00
committed by Jonas Fonseca
parent 1af75f051b
commit b30064c0d0
62 changed files with 74 additions and 74 deletions

View File

@@ -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

View File

@@ -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