diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |