patch-Makefile_in 868 B

123456789101112131415161718192021222324252627282930
  1. $OpenBSD: patch-Makefile_in,v 1.4 2008/07/09 19:30:23 wcmaier Exp $
  2. --- Makefile.in.orig Fri Aug 26 20:40:17 2005
  3. +++ Makefile.in Wed Jul 9 14:13:20 2008
  4. @@ -28,7 +28,6 @@ bindir= @bindir@
  5. prefix= @prefix@
  6. exec_prefix= @exec_prefix@
  7. var_prefix= @VAR_PREFIX@
  8. -DESTDIR=
  9. CC= @CC@
  10. INSTALL= @INSTALL@
  11. @@ -67,7 +66,7 @@ FILEMODE= 644
  12. INSTALL_PROGRAM=$(INSTALL) -m $(EXEMODE)
  13. DIRSETGID= chmod g+s
  14. -DATE = $(shell python -c 'import time; print time.strftime("%d-%b-%Y"),')
  15. +DATE = $(shell date "+%d-%b-%Y")
  16. LANGPACK = README-I18N.en templates messages
  17. EXCLUDES = --exclude=CVS --exclude=.cvsignore --exclude=Makefile* --exclude=*.files --exclude=*.old
  18. @@ -81,7 +80,7 @@ subdirs: $(SUBDIRS)
  19. (cd $$d; $(MAKE)); \
  20. done
  21. -install: doinstall update
  22. +install: doinstall
  23. doinstall: $(SUBDIRS)
  24. @echo "Creating architecture independent directories..."