/[autoconf]/autoconf/bin/Makefile.am
ViewVC logotype

Diff of /autoconf/bin/Makefile.am

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

revision 1.9 by eggert, Wed Sep 25 00:25:11 2002 UTC revision 1.10 by akim, Thu Sep 26 11:57:28 2002 UTC
# Line 54  $(srcdir)/autoconf.in: $(srcdir)/autocon Line 54  $(srcdir)/autoconf.in: $(srcdir)/autocon
54    
55  ## All the files below depend on Makefile so that they are rebuilt  ## All the files below depend on Makefile so that they are rebuilt
56  ## when the prefix etc. changes.  ## when the prefix etc. changes.
57  autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te: Makefile  autoconf: autoconf.in Makefile
58          rm -f $@ $@.tmp          rm -f autoconf autoconf.tmp
59          $(edit) $@.in >$@.tmp          $(edit) autoconf.in >autoconf.tmp
60          chmod +x $@.tmp          chmod +x autoconf.tmp
61          mv $@.tmp $@          mv autoconf.tmp autoconf
62    
63    autoheader: autoheader.in Makefile
64            rm -f autoheader autoheader.tmp
65            $(edit) autoheader.in >autoheader.tmp
66            chmod +x autoheader.tmp
67            mv autoheader.tmp autoheader
68    
69    autom4te: autom4te.in Makefile
70            rm -f autom4te autom4te.tmp
71            $(edit) autom4te.in >autom4te.tmp
72            chmod +x autom4te.tmp
73            mv autom4te.tmp autom4te
74    
75    autoreconf: autoreconf.in Makefile
76            rm -f autoreconf autoreconf.tmp
77            $(edit) autoreconf.in >autoreconf.tmp
78            chmod +x autoreconf.tmp
79            mv autoreconf.tmp autoreconf
80    
81    autoscan: autoscan.in Makefile
82            rm -f autoscan autoscan.tmp
83            $(edit) autoscan.in >autoscan.tmp
84            chmod +x autoscan.tmp
85            mv autoscan.tmp autoscan
86    
87    autoupdate: autoupdate.in Makefile
88            rm -f autoupdate autoupdate.tmp
89            $(edit) autoupdate.in >autoupdate.tmp
90            chmod +x autoupdate.tmp
91            mv autoupdate.tmp autoupdate
92    
93    ifnames: ifnames.in Makefile
94            rm -f ifnames ifnames.tmp
95            $(edit) ifnames.in >ifnames.tmp
96            chmod +x ifnames.tmp
97            mv ifnames.tmp ifnames
98    
99    
100    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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