summaryrefslogtreecommitdiff
path: root/apps/vsn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/vsn/Makefile')
-rw-r--r--apps/vsn/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/vsn/Makefile b/apps/vsn/Makefile
index a2dab4dbc..123df2747 100644
--- a/apps/vsn/Makefile
+++ b/apps/vsn/Makefile
@@ -46,7 +46,7 @@ nothing:
.context:
@for dir in $(SUBDIRS) ; do \
- $(MAKE) -C $$dir context TOPDIR="$(TOPDIR)" APPDIR=$(APPDIR); \
+ $(MAKE) -C $$dir context TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"; \
done
@touch $@
@@ -54,12 +54,12 @@ context: .context
depend:
@for dir in $(SUBDIRS) ; do \
- $(MAKE) -C $$dir depend TOPDIR="$(TOPDIR)" APPDIR=$(APPDIR); \
+ $(MAKE) -C $$dir depend TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"; \
done
clean:
@for dir in $(SUBDIRS) ; do \
- $(MAKE) -C $$dir clean TOPDIR="$(TOPDIR)" APPDIR=$(APPDIR); \
+ $(MAKE) -C $$dir clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"; \
done
distclean: clean