6d45db82e6
* fix a coredump in `kill all'. * fix compilation problems on some systems. * use getdate from gnulib. PR: ports/126374 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
11 lines
331 B
Text
11 lines
331 B
Text
--- src/Makefile.in.orig 2008-05-23 15:54:07.000000000 +0200
|
|
+++ src/Makefile.in 2008-05-28 16:41:23.857301294 +0200
|
|
@@ -1217,7 +1217,7 @@
|
|
|
|
info-am:
|
|
|
|
-install-data-am: install-pkgdataSCRIPTS install-pkgverlibLTLIBRARIES
|
|
+install-data-am: install-pkgdataSCRIPTS
|
|
@$(NORMAL_INSTALL)
|
|
$(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
|
|