diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-28 16:10:58 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-28 16:10:58 +0100 |
commit | 43c62785b4a669407bb9ae823b82b13b05030c3a (patch) | |
tree | 57bce84bc79a6bc9d73a3f57fa64920b1f652e9a /package/heimdal/patches/patch-lib_vers_Makefile_in | |
parent | bc4105bc807f3159ca77811a10abde2f2784176f (diff) | |
parent | 7fe44c3270a5f83833f352d94ed5b7380b962f68 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/heimdal/patches/patch-lib_vers_Makefile_in')
-rw-r--r-- | package/heimdal/patches/patch-lib_vers_Makefile_in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/heimdal/patches/patch-lib_vers_Makefile_in b/package/heimdal/patches/patch-lib_vers_Makefile_in index 4f4aec554..993a60784 100644 --- a/package/heimdal/patches/patch-lib_vers_Makefile_in +++ b/package/heimdal/patches/patch-lib_vers_Makefile_in @@ -1,6 +1,6 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ --- heimdal-1.2.1.orig/lib/vers/Makefile.in 2008-07-28 14:05:34.000000000 +0200 -+++ heimdal-1.2.1/lib/vers/Makefile.in 2009-01-02 22:22:25.000000000 +0100 ++++ heimdal-1.2.1/lib/vers/Makefile.in 2009-12-20 21:43:13.359375000 +0100 @@ -403,9 +403,6 @@ clean-noinstPROGRAMS: echo " rm -f $$p $$f"; \ rm -f $$p $$f ; \ @@ -16,7 +16,7 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ./make-print-version$(EXEEXT) print_version.h -make-print-version.o: $(top_builddir)/include/version.h -+make-print-version: $(top_builddir)/include/version.h ++make-print-version$(EXEEXT): $(top_builddir)/include/version.h + $(HOSTCC) $(HOSTCFLAGS) -DKRB5 -I$(top_builddir)/include -o $@ \ + $(make_print_version_SOURCES) # Tell versions [3.59,3.63) of GNU make to not export all variables. |