]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - krb5/patches/krb5-1.9-debuginfo.patch0
krb5: New package.
[people/ms/ipfire-3.x.git] / krb5 / patches / krb5-1.9-debuginfo.patch0
1 We want to keep these y.tab.c files around because the debuginfo points to
2 them. It would be more elegant at the end to use symbolic links, but that
3 could mess up people working in the tree on other things.
4
5 --- src/kadmin/cli/Makefile.in
6 +++ src/kadmin/cli/Makefile.in
7 @@ -43,3 +43,8 @@ clean-unix::
8 # CC_LINK is not meant for compilation and this use may break in the future.
9 datetest: getdate.c
10 $(CC_LINK) $(ALL_CFLAGS) -DTEST -o datetest getdate.c
11 +
12 +%.c: %.y
13 + $(RM) y.tab.c $@
14 + $(YACC.y) $<
15 + $(CP) y.tab.c $@
16 --- src/plugins/kdb/ldap/ldap_util/Makefile.in
17 +++ src/plugins/kdb/ldap/ldap_util/Makefile.in
18 @@ -22,7 +22,7 @@ $(PROG): $(OBJS) $(KADMSRV_DEPLIBS) $(KR
19 getdate.c: $(GETDATE)
20 $(RM) getdate.c y.tab.c
21 $(YACC) $(GETDATE)
22 - $(MV) y.tab.c getdate.c
23 + $(CP) y.tab.c getdate.c
24
25 install::
26 $(INSTALL_PROGRAM) $(PROG) ${DESTDIR}$(ADMIN_BINDIR)/$(PROG)