1996-12-27 11:40:57 +00:00
|
|
|
*** Makefile.in.bak Wed Dec 18 22:57:21 1996
|
|
|
|
--- Makefile.in Fri Dec 27 14:20:11 1996
|
1994-09-29 12:02:10 +00:00
|
|
|
***************
|
1996-12-27 11:40:57 +00:00
|
|
|
*** 499,505 ****
|
1994-12-30 14:26:10 +00:00
|
|
|
|
1996-12-27 11:40:57 +00:00
|
|
|
install: .made installdirs
|
|
|
|
$(INSTALL_PROGRAM) $(Program) $(bindir)/$(Program)
|
|
|
|
! $(INSTALL_PROGRAM) bashbug $(bindir)/bashbug
|
|
|
|
-( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
|
|
|
|
man1dir=$(man1dir) man1ext=$(man1ext) \
|
|
|
|
man3dir=$(man3dir) man3ext=$(man3ext) \
|
|
|
|
--- 499,505 ----
|
1994-12-12 02:18:01 +00:00
|
|
|
|
1996-12-27 11:40:57 +00:00
|
|
|
install: .made installdirs
|
|
|
|
$(INSTALL_PROGRAM) $(Program) $(bindir)/$(Program)
|
|
|
|
! $(INSTALL) -m 555 bashbug $(bindir)/bashbug
|
|
|
|
-( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
|
|
|
|
man1dir=$(man1dir) man1ext=$(man1ext) \
|
|
|
|
man3dir=$(man3dir) man3ext=$(man3ext) \
|