mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Makefile.lib: Fix the $(OBJS) rule
This commit is contained in:
parent
e876df70d8
commit
d905fb803a
@ -75,7 +75,7 @@ quiet_cmd_uninstall = " [$(UNINSTALL_COLOR)UNINSTALL$(END_COLOR)] $(3)/$(n
|
||||
# Special handling of conditional variables
|
||||
|
||||
SUBDIRS += $(SUBDIRS-yes) $(SUBDIRS-unlessno) $(SUBDIRS-unless)
|
||||
OBJS += $(OBJS-yes) $(OBJS-unlessno) $(SUBDIRS-unless)
|
||||
OBJS += $(OBJS-yes) $(OBJS-unlessno) $(OBJS-unless)
|
||||
|
||||
ALTDIRS = $(SUBDIRS-no) $(SUBDIRS-) $(SUBDIRS-unlessyes)
|
||||
ALTOBJS = $(OBJS-no) $(OBJS-) $(OBJS-unlessyes)
|
||||
|
Loading…
Reference in New Issue
Block a user