summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/examples/Makefile.am2
-rw-r--r--cpp/examples/makedist.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am
index ea93adca54..a272b99c60 100644
--- a/cpp/examples/Makefile.am
+++ b/cpp/examples/Makefile.am
@@ -31,7 +31,7 @@ MAKEDIST=.libs/Makefile
$(MAKEDIST): Makefile
mkdir -p .libs
@(echo 'all clean:' ; \
- echo ' for d in $$(SUBDIRS) ; do $$(MAKE) -C $$$$d $$@ ; done' ; \
+ echo ' for d in $(SUBDIRS) ; do $$(MAKE) -C $$$$d $$@ ; done' ; \
) > $(MAKEDIST)
examplesdir=$(pkgdatadir)/examples
diff --git a/cpp/examples/makedist.mk b/cpp/examples/makedist.mk
index 7cbf7d4c86..47503a5e67 100644
--- a/cpp/examples/makedist.mk
+++ b/cpp/examples/makedist.mk
@@ -18,6 +18,6 @@ $(MAKEDIST): Makefile
echo all: $(noinst_PROGRAMS) ; \
echo ; \
echo clean: ; \
- echo " rm -f $(noinst_PROGRAMS)" ; \
+ echo " rm -f $(noinst_PROGRAMS)" ; \
) > $(MAKEDIST)