mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Fix conditional building of bzip2 and gzip files
This commit is contained in:
parent
6a822b5fd9
commit
1af75f051b
@ -9,7 +9,7 @@ ifeq ($(CONFIG_GZIP),yes)
|
||||
gzipobj = gzip.o
|
||||
endif
|
||||
|
||||
OBJS = encoding.o bzip2.o gzip.o
|
||||
OBJS = encoding.o $(bzip2obj) $(gzipobj)
|
||||
|
||||
all-l: libencoding.a
|
||||
libencoding.a: $(OBJS)
|
||||
|
Loading…
Reference in New Issue
Block a user