Ticket #27658: tools.patch

File tools.patch, 311 bytes (added by sepp@…, 13 years ago)

files/tools.patch

  • src/tools/GNUmakefile

    old new  
    11CCFLAGS = -O2 -pipe -Wall -Werror -Wstrict-prototypes -c
    22
    33crypt:          crypt.o
    4                 cc -o crypt crypt.o -lcrypt
     4                cc -o crypt crypt.o
    55                strip crypt
    66
    77crypt.o:        crypt.c