summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 55f99b6..6777086 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -238,7 +238,7 @@ $(DIST_TGZ): $(DIST_DIR)
dist-dir: $(DIST_DIR)
dist-dir-links: $(OLD_DIST_DIR) $(DIST_DIR)
- cd $(DIST_DIR); \
+ @cd $(DIST_DIR); \
for file in $(DIST_FILES); do \
if cmp -s $$file ../$(OLD_DIST_DIR)/$$file; then \
rm -f $$file; \