Overview
Comment: | utils/ofhttp: Remove unnecessary defines |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0108461042ed3ba6da7487e85f286acc |
User & Date: | js on 2023-07-23 12:00:36 |
Other Links: | manifest | tags |
Context
2023-07-23
| ||
15:49 | configure: Fix typo check-in: e24ea53739 user: js tags: trunk | |
12:00 | utils/ofhttp: Remove unnecessary defines check-in: 0108461042 user: js tags: trunk | |
10:58 | Fix +[OFSystemInfo networkInterfaces] on Illumos check-in: fa010bffec user: js tags: trunk | |
Changes
Modified utils/ofhttp/Makefile from [a53c9301a9] to [66e80fe2b3].
︙ | ︙ | |||
13 14 15 16 17 18 19 | ${PROG}: ${LIBOBJFW_DEP_LVL2} ${LIBOBJFWRT_DEP_LVL2} CPPFLAGS += -I../../src \ -I../../src/runtime \ -I../../src/exceptions \ -I../../src/tls \ -I../.. \ | | < < | 13 14 15 16 17 18 19 20 21 22 23 24 25 | ${PROG}: ${LIBOBJFW_DEP_LVL2} ${LIBOBJFWRT_DEP_LVL2} CPPFLAGS += -I../../src \ -I../../src/runtime \ -I../../src/exceptions \ -I../../src/tls \ -I../.. \ -DLOCALIZATION_DIR='"${datadir}/ofhttp/localization"' LIBS := -L../../src -L../../src/tls ${OFHTTP_LIBS} -lobjfw \ -L../../src/runtime -L../../src/runtime/linklib ${RUNTIME_LIBS} \ ${LIBS} LD = ${OBJC} LDFLAGS += ${LDFLAGS_RPATH} |