1995-01-29 01:33:19 +00:00
|
|
|
*** Makefile.in.orig Mon Nov 7 00:35:49 1994
|
|
|
|
--- Makefile.in Sun Jan 29 01:13:25 1995
|
1994-11-20 00:15:33 +00:00
|
|
|
***************
|
|
|
|
*** 94,100 ****
|
|
|
|
# Number to put on the man page filename.
|
|
|
|
manext = 1
|
|
|
|
# Prefix to put on installed `make' binary file name.
|
|
|
|
! binprefix =
|
|
|
|
# Prefix to put on installed `make' man page file name.
|
|
|
|
manprefix = $(binprefix)
|
|
|
|
|
|
|
|
--- 94,100 ----
|
|
|
|
# Number to put on the man page filename.
|
|
|
|
manext = 1
|
|
|
|
# Prefix to put on installed `make' binary file name.
|
|
|
|
! binprefix = g
|
|
|
|
# Prefix to put on installed `make' man page file name.
|
|
|
|
manprefix = $(binprefix)
|
|
|
|
|
1995-01-04 10:03:38 +00:00
|
|
|
***************
|
|
|
|
*** 206,212 ****
|
|
|
|
else true; fi
|
|
|
|
# Some systems can't deal with renaming onto a running binary.
|
|
|
|
-rm -f $@.old
|
|
|
|
! -mv $@ $@.old
|
|
|
|
mv $@.new $@
|
|
|
|
|
|
|
|
$(infodir)/make.info: make.info
|
|
|
|
--- 206,212 ----
|
|
|
|
else true; fi
|
|
|
|
# Some systems can't deal with renaming onto a running binary.
|
|
|
|
-rm -f $@.old
|
|
|
|
! @if [ -w $@ ]; then mv $@ $@.old; fi
|
|
|
|
mv $@.new $@
|
|
|
|
|
|
|
|
$(infodir)/make.info: make.info
|
1995-01-29 01:33:19 +00:00
|
|
|
***************
|
|
|
|
*** 264,270 ****
|
|
|
|
$(SHELL) config.status
|
|
|
|
glob/Makefile: config.status $(srcdir)/glob/Makefile.in
|
|
|
|
$(SHELL) config.status
|
|
|
|
! config.h: stamp-config ;
|
|
|
|
stamp-config: config.status $(srcdir)/config.h.in
|
|
|
|
$(SHELL) config.status
|
|
|
|
touch stamp-config
|
|
|
|
--- 264,270 ----
|
|
|
|
$(SHELL) config.status
|
|
|
|
glob/Makefile: config.status $(srcdir)/glob/Makefile.in
|
|
|
|
$(SHELL) config.status
|
|
|
|
! config.h: stamp-config
|
|
|
|
stamp-config: config.status $(srcdir)/config.h.in
|
|
|
|
$(SHELL) config.status
|
|
|
|
touch stamp-config
|