From 02eb0e7ca6392d1dcddb64c5555d851d354985aa Mon Sep 17 00:00:00 2001 From: hpa Date: Thu, 30 Dec 2004 19:08:23 +0000 Subject: [PATCH] Fix installer -> installer-local --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 07750a5..52d3c62 100644 --- a/Makefile +++ b/Makefile @@ -106,7 +106,7 @@ all-local: $(BTARGET) $(ITARGET) installer: installer-local -installer: $(ITARGET) +installer-local: $(ITARGET) set -e ; for i in $(ISUBDIRS); do $(MAKE) -C $$i all ; done -ls -l $(BOBJECTS) $(IOBJECTS) -- 2.7.4