From 7417d2bfa8c2a2e43526e94cd72dd1c81ddd7001 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 2 Apr 2002 13:05:14 +0000 Subject: [PATCH] lib.mk: Add LOCAL_TARGETS to install target --- make/lib.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/lib.mk b/make/lib.mk index 5fce5e5a..6b9e4f84 100644 --- a/make/lib.mk +++ b/make/lib.mk @@ -6,4 +6,4 @@ include $(MODDIR)/make/defs.mk include $(MODDIR)/make/rules.mk clean: objclean localclean doneclean -install: $(ALL) +install: $(LOCAL_TARGETS) $(ALL)