Fix installer -> installer-local
authorhpa <hpa>
Thu, 30 Dec 2004 19:08:23 +0000 (19:08 +0000)
committerhpa <hpa>
Thu, 30 Dec 2004 19:08:23 +0000 (19:08 +0000)
Makefile

index 07750a5..52d3c62 100644 (file)
--- 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)