summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTill Kampetter <till.kampetter@gmail.com>2016-08-09 18:11:43 +0200
committerDidier Raboud <odyx@debian.org>2020-05-01 15:25:36 +0200
commit17406f033ea146ea4fa5b46572a749d63fb99e82 (patch)
tree3435d0fddfdc12215e694ff033c56bad5a38c5fd
parentff5e793598641774e484d15b727f8a2a2c0aad34 (diff)
Show compile command lines
Patch-Name: show-compile-command-lines.patch
-rw-r--r--Makedefs.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makedefs.in b/Makedefs.in
index 9ee75856d..511fbf8b1 100644
--- a/Makedefs.in
+++ b/Makedefs.in
@@ -263,8 +263,7 @@ USBQUIRKS = @USBQUIRKS@
# Rules...
#
-.SILENT:
-.SUFFIXES: .a .c .cxx .h .o
+.SUFFIXES: .1 .1.gz .1m .1m.gz .3 .3.gz .5 .5.gz .7 .7.gz .8 .8.gz .a .c .cxx .h .man .o .gz
.c.o:
echo Compiling $<...