Ticket #32560: patch-libr-db-sdb-src-Makefile.diff

File patch-libr-db-sdb-src-Makefile.diff, 336 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)
  • libr/db/sdb/src/Makefile

    old new  
    4646main.c:
    4747
    4848${BIN}: libsdb.a main.c
    49         gcc -DVERSION=\"${VERSION}\" -o ${BIN} *.c
     49        ${CC} -DVERSION=\"${VERSION}\" -o ${BIN} *.c
    5050        #${CC} ${CFLAGS} -o ${BIN} main.c libsdb.a
    5151
    5252wcl: