File: parallel-build

package info (click to toggle)
heimdal 7.8.git20221117.28daf24%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 37,376 kB
  • sloc: ansic: 363,963; sh: 7,672; javascript: 6,382; makefile: 4,567; perl: 1,936; yacc: 1,786; lex: 732; python: 725; awk: 468; java: 119; asm: 30
file content (22 lines) | stat: -rw-r--r-- 687 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Brian May <bam@debian.org>
Date: Wed, 26 Apr 2017 06:29:23 +1000
Subject: Parallel build

---
 lib/kadm5/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/kadm5/Makefile.am b/lib/kadm5/Makefile.am
index 8ae1d1d..e23e881 100644
--- a/lib/kadm5/Makefile.am
+++ b/lib/kadm5/Makefile.am
@@ -164,8 +164,7 @@ iprop_log_CPPFLAGS = -I$(srcdir)/../krb5
 iprop-commands.c iprop-commands.h: iprop-commands.in
 	$(SLC) $(srcdir)/iprop-commands.in
 
-$(libkadm5srv_la_OBJECTS): kadm5_err.h
-$(libkadm5clnt_la_OBJECTS): kadm5_err.h
+$(ALL_OBJECTS): kadm5_err.h
 $(iprop_log_OBJECTS): iprop-commands.h
 
 client_glue.lo server_glue.lo: $(srcdir)/common_glue.c