2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

nmk: build.mk -- Drop unused objlist target

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Reviewed-by: Dmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Cyrill Gorcunov
2016-03-21 15:12:00 +03:00
committed by Pavel Emelyanov
parent f4ac56c0dd
commit c0ba98fd30

View File

@@ -164,12 +164,6 @@ all: $(all-y)
@true
.PHONY: all
#
# List of object files.
objlist:
$(E) $(obj-y) $(lib-y)
.PHONY: objlist
#
# Clean most files, but leave enough to navigate with tags (generated files)
clean: