summaryrefslogtreecommitdiff
blob: 9d1c7f119e38f85103ca85bf623cca3f43d1f46a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
diff -Nru radius-1.6.1.orig/radscripts/Makefile.in radius-1.6.1/radscripts/Makefile.in
--- radius-1.6.1.orig/radscripts/Makefile.in	2009-03-01 11:02:16.000000000 +0000
+++ radius-1.6.1/radscripts/Makefile.in	2009-03-01 11:12:52.000000000 +0000
@@ -854,19 +854,19 @@
 
 
 radctl: $(srcdir)/radctl.m4
-	$(M4) $(M4_DEFINES) $(srcdir)/radctl.m4 > radctl
+	@$(M4) $(M4_DEFINES) $(srcdir)/radctl.m4 > radctl
 
 radgrep: $(srcdir)/radgrep.m4
-	$(M4) $(M4_DEFINES) $(srcdir)/radgrep.m4 > radgrep
+	@$(M4) $(M4_DEFINES) $(srcdir)/radgrep.m4 > radgrep
 
 radping: $(srcdir)/radping.m4
-	$(M4) $(M4_DEFINES) $(srcdir)/radping.m4 > radping
+	@$(M4) $(M4_DEFINES) $(srcdir)/radping.m4 > radping
 
 radauth: $(srcdir)/radauth.m4
-	$(M4) $(M4_DEFINES) $(srcdir)/radauth.m4 > radauth
+	@$(M4) $(M4_DEFINES) $(srcdir)/radauth.m4 > radauth
 
 builddbm: $(srcdir)/builddbm.m4
-	$(M4) $(M4_DEFINES) $(srcdir)/builddbm.m4 > builddbm
+	@$(M4) $(M4_DEFINES) $(srcdir)/builddbm.m4 > builddbm
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: