/[autoconf]/autoconf/Makefile.cfg
ViewVC logotype

Diff of /autoconf/Makefile.cfg

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by akim, Mon Oct 27 16:48:07 2003 UTC revision 1.5 by akim, Tue Oct 28 08:28:56 2003 UTC
# Line 1  Line 1 
1  # Customize Makefile.maint for Autoconf.            -*- makefile -*-  # Customize Makefile.maint for Autoconf.            -*- Makefile -*-
2  # Copyright (C) 2003 Free Software Foundation, Inc.  # Copyright (C) 2003 Free Software Foundation, Inc.
3    
4  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
# Line 46  cvs_files = \ Line 46  cvs_files = \
46    $(srcdir)/config/missing \    $(srcdir)/config/missing \
47    $(srcdir)/config/mkinstalldirs    $(srcdir)/config/mkinstalldirs
48    
49  # autom4te-update is defined in Makefile.am.  # Keep executables executable.  Make it robust to parallel makes.
50  local_updates = wget-update cvs-update autom4te-update executable-update  local_updates = executable-update
51    
52  .PHONY: executable-update  .PHONY: executable-update
53  executable-update:  # autom4te-update is defined in Makefile.am.
54    executable-update: wget-update cvs-update autom4te-update
55          chmod +x $(cvs_files)   \          chmod +x $(cvs_files)   \
56                   $(srcdir)/config/config.guess \                   $(srcdir)/config/config.guess \
57                   $(srcdir)/config/config.sub                   $(srcdir)/config/config.sub

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26