diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-06-18 18:20:21 +0100 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-06-18 18:20:21 +0100 |
commit | 8911aa10606b4fda9d766973b1c3e0e23bb2c266 (patch) | |
tree | 40d6dce6422d39a703ab48ed7814bb11aa1e514c | |
parent | d2305e4b136b3bdfccf7de897a9f14583a1ca35a (diff) |
minor fix
-rw-r--r-- | config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -26,7 +26,6 @@ LDFLAGS = -s ${LIBS} | |||
26 | # Solaris | 26 | # Solaris |
27 | #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" | 27 | #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" |
28 | #LDFLAGS = ${LIBS} | 28 | #LDFLAGS = ${LIBS} |
29 | #CFLAGS += -xtarget=ultra | ||
30 | 29 | ||
31 | # compiler and linker | 30 | # compiler and linker |
32 | CC = cc | 31 | CC = cc |