mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -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
|
gzipobj = gzip.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
OBJS = encoding.o bzip2.o gzip.o
|
OBJS = encoding.o $(bzip2obj) $(gzipobj)
|
||||||
|
|
||||||
all-l: libencoding.a
|
all-l: libencoding.a
|
||||||
libencoding.a: $(OBJS)
|
libencoding.a: $(OBJS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user