blob: ca557d2038874a02bc10d68deef9104ee72c8c38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
--- heimdal-1.2.1.orig/admin/Makefile.am 2008-07-28 14:04:49.000000000 +0200
+++ heimdal-1.2.1/admin/Makefile.am 2009-01-02 22:22:24.000000000 +0100
@@ -30,7 +30,7 @@ $(ktutil_OBJECTS): ktutil-commands.h
CLEANFILES = ktutil-commands.h ktutil-commands.c
ktutil-commands.c ktutil-commands.h: ktutil-commands.in
- $(SLC) $(srcdir)/ktutil-commands.in
+ slc $(srcdir)/ktutil-commands.in
LDADD = \
$(top_builddir)/lib/kadm5/libkadm5clnt.la \
|