summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ead5580..d692825 100644
--- a/Makefile
+++ b/Makefile
@@ -32,4 +32,4 @@ install:
install -m755 deploy_get_autoinst.pl $(distdir)/usr/sbin/deploy_get_autoinst.pl
install -m644 deployd.xinetd $(distdir)/etc/xinetd.d/deployd
install -m644 deploy_get_autoinst.xinetd $(distdir)/etc/xinetd.d/deploy_get_autoinst
- for d in $(subdirs); do ( cd $$d ; make $@ ) ; done
+ for d in $(subdir); do ( cd $$d ; make $@ ) ; done