summaryrefslogtreecommitdiff
path: root/docs/tutorials/017/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/017/Makefile')
-rw-r--r--docs/tutorials/017/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorials/017/Makefile b/docs/tutorials/017/Makefile
index 32d54bbfc70..ac6e43168e1 100644
--- a/docs/tutorials/017/Makefile
+++ b/docs/tutorials/017/Makefile
@@ -5,14 +5,14 @@
# Local macros
#----------------------------------------------------------------------------
-BIN = barrier barrier2
+BIN = barrier
FILES = Barrier_i
BUILD = $(VBIN)
-LSRC = $(addsuffix .cpp,$(BIN))
-SRC = $(addsuffix .cpp,$(FILES))
+SRC = $(addsuffix .cpp,$(BIN))
+SRC += $(addsuffix .cpp,$(FILES))
#----------------------------------------------------------------------------
# Include macros and targets
@@ -62,7 +62,7 @@ HTML : #
SHAR : #
[ ! -f combine.shar ] || exit 1
- shar -T hdr bodies *.pre *.pst > combine.shar && rm -f hdr bodies *.pre *.pst
+ shar -T hdr bodies *.pre > combine.shar && rm -f hdr bodies *.pre
UNSHAR : #
sh combine.shar