diff options
author | Roy Marples <roy@marples.name> | 2008-03-24 11:43:03 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-24 11:43:03 +0000 |
commit | 821166fbfd4bd81716fc0b5f87259bf6caf7b7b1 (patch) | |
tree | e8e60648203c4f25f2498bbbe53548ce2c69a93a /src/libeinfo | |
parent | 79719b538693c10cf8881da4357dd16a1117af34 (diff) |
Fix debug support to work without gmake and bundle -ggdb in properly.
Diffstat (limited to 'src/libeinfo')
-rw-r--r-- | src/libeinfo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libeinfo/Makefile b/src/libeinfo/Makefile index bcbfa62b..4c381cea 100644 --- a/src/libeinfo/Makefile +++ b/src/libeinfo/Makefile @@ -9,4 +9,5 @@ CFLAGS+= -I../includes MK= ../../mk include ${MK}/lib.mk include ${MK}/cc.mk +include ${MK}/debug.mk include ${MK}/${MKTERMCAP}.mk |