• unknown's avatar
    - Fixed BUG#2297: cmd-line-utils/libedit/makelist used a hard-coded · 06ed2c56
    unknown authored
       call to /usr/bin/awk - replaced this with the proper autoconf variable
       instead (makelist is now generated out of makelist.sh during the compile
       phase)
    
    
    cmd-line-utils/libedit/Makefile.am:
       - replace @AWK@ with the correct path to the awk binary determined by
         configure instead of using a hard-coded path (BUG#2297)
    cmd-line-utils/libedit/makelist.sh:
       - replace @AWK@ with the correct path to the awk binary determined by
         configure instead of using a hard-coded path (BUG#2297)
    06ed2c56
Makefile.am 2.72 KB