Here's a diff against Makefile.in cvsed this morning. Not every system has
GNU make as the default:

-----
*** Makefile.in Sun Oct  1 19:34:33 2000
--- Makefile.in.fixed   Mon Oct  2 10:11:54 2000
***************
*** 450,462 ****
        $(LN_S) $(SHARED_LIB_MAJOR) $(SHARED_LIB)
  
  $(PGM): lib
!       cd frontend; make
  
  mp3x/mp3x:
!       cd mp3x; make
  
  frontend/mp3rtp:
!       cd frontend; make
  
  mpglib/mpglib.a:
        cd mpglib; $(MAKE)
--- 450,462 ----
        $(LN_S) $(SHARED_LIB_MAJOR) $(SHARED_LIB)
  
  $(PGM): lib
!       cd frontend; $(MAKE)
  
  mp3x/mp3x:
!       cd mp3x; $(MAKE)
  
  frontend/mp3rtp:
!       cd frontend; $(MAKE)
  
  mpglib/mpglib.a:
        cd mpglib; $(MAKE)
-----

Mark Powell - UNIX System Administrator - The University of Salford
Academic Information Services, Clifford Whitworth Building,
Salford University, Manchester, M5 4WT, UK.
Tel: +44 161 295 5936  Fax: +44 161 295 5888  www.pgp.com for PGP key

--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to