Changeset 1812

Show
Ignore:
Timestamp:
12/19/06 06:35:06 (2 years ago)
Author:
alexander
Message:

vbetool doens't need the explicit -lz anymore

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/6.2/packages/vbetool/Makefile

    r1811 r1812  
    1818        'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)' 
    1919 
    20 stage2: Makefile $(FILE) $(PATCH1) 
     20stage2: Makefile $(FILE) 
    2121        $(std_build) 
    2222 
    2323compile-stage2: 
    24         LIBS="-lz" ./configure --prefix=/usr 
     24        ./configure --prefix=/usr 
    2525        make 
    2626        make install