1
0

patch-src_include-glibc_Makefile_in 697 B

123456789101112131415161718192021222324
  1. --- ipsec-tools-0.8.0.orig/src/include-glibc/Makefile.in 2011-03-18 14:27:40.000000000 +0100
  2. +++ ipsec-tools-0.8.0/src/include-glibc/Makefile.in 2013-07-17 14:35:36.000000000 +0200
  3. @@ -183,7 +183,7 @@ EXTRA_DIST = \
  4. netinet/ipsec.h \
  5. sys/queue.h
  6. -DISTCLEANFILES = .includes linux
  7. +DISTCLEANFILES = linux
  8. all: all-am
  9. .SUFFIXES:
  10. @@ -370,11 +370,7 @@ uninstall-am:
  11. mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
  12. -.includes: ${top_builddir}/config.status
  13. - ln -sf $(KERNEL_INCLUDE)/linux
  14. - touch .includes
  15. -
  16. -all: .includes
  17. +all:
  18. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  19. # Otherwise a system limit (for SysV at least) may be exceeded.