summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/Makefile.dist2
-rw-r--r--common/Makefile.dist2
-rw-r--r--dhcpctl/Makefile.dist2
3 files changed, 3 insertions, 3 deletions
diff --git a/client/Makefile.dist b/client/Makefile.dist
index c0166e87..18322410 100644
--- a/client/Makefile.dist
+++ b/client/Makefile.dist
@@ -76,7 +76,7 @@ distclean: realclean
-rm -f Makefile
links:
- for foo in $(SRCS) $(MAN); do \
+ @for foo in $(SRCS) $(MAN); do \
if [ ! -b $$foo ]; then \
rm -f $$foo; \
fi; \
diff --git a/common/Makefile.dist b/common/Makefile.dist
index d809e6ad..d1dfdbdd 100644
--- a/common/Makefile.dist
+++ b/common/Makefile.dist
@@ -71,7 +71,7 @@ distclean: realclean
-rm -f Makefile
links:
- for foo in $(SRC) $(MAN); do \
+ @for foo in $(SRC) $(MAN); do \
if [ ! -b $$foo ]; then \
rm -f $$foo; \
fi; \
diff --git a/dhcpctl/Makefile.dist b/dhcpctl/Makefile.dist
index 02e3a833..0d23a458 100644
--- a/dhcpctl/Makefile.dist
+++ b/dhcpctl/Makefile.dist
@@ -78,7 +78,7 @@ distclean: realclean
-rm -f Makefile
links:
- for foo in $(SRC) $(MAN) test.c cltest.c $(HDRS); do \
+ @for foo in $(SRC) $(MAN) test.c cltest.c $(HDRS); do \
if [ ! -b $$foo ]; then \
rm -f $$foo; \
fi; \