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), 13 years ago) |
---|
-
libr/db/sdb/src/Makefile
old new 46 46 main.c: 47 47 48 48 ${BIN}: libsdb.a main.c 49 gcc-DVERSION=\"${VERSION}\" -o ${BIN} *.c49 ${CC} -DVERSION=\"${VERSION}\" -o ${BIN} *.c 50 50 #${CC} ${CFLAGS} -o ${BIN} main.c libsdb.a 51 51 52 52 wcl: