/[autoconf]/autoconf/GNUmakefile
ViewVC logotype

Diff of /autoconf/GNUmakefile

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

revision 1.3 by akim, Tue Apr 8 07:42:14 2003 UTC revision 1.4 by akim, Tue Aug 19 08:12:18 2003 UTC
# Line 36  have-Makefile := $(shell test -f Makefil Line 36  have-Makefile := $(shell test -f Makefil
36  # give them a diagnostic.  # give them a diagnostic.
37  ifeq ($(have-Makefile),yes)  ifeq ($(have-Makefile),yes)
38    
39    # Make tar archive easier to reproduce.
40    export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner
41    
42  include Makefile  include Makefile
43    include $(srcdir)/Makefile.cfg
44  include $(srcdir)/Makefile.maint  include $(srcdir)/Makefile.maint
45    
46  else  else

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

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