mirror of https://gitee.com/openkylin/cups.git
24 lines
572 B
Diff
24 lines
572 B
Diff
From: Till Kampetter <till.kampetter@gmail.com>
|
|
Date: Tue, 9 Aug 2016 18:11:43 +0200
|
|
Subject: Show compile command lines
|
|
|
|
Patch-Name: show-compile-command-lines.patch
|
|
---
|
|
Makedefs.in | 3 +--
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
|
diff --git a/Makedefs.in b/Makedefs.in
|
|
index 9ee7585..511fbf8 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 $<...
|