Allow depend creation again. This doesn't work on GNU make, but does on all others.

This commit is contained in:
Roy Marples
2008-01-07 14:20:13 +00:00
parent c256510570
commit d22fc0dd93
10 changed files with 32 additions and 11 deletions

View File

@@ -9,6 +9,8 @@ VERSION_MAP= einfo.map
SHLIBDIR= /${LIBNAME}
CFLAGS+= -I$(TOPDIR)
include $(TOPDIR)/cc.mk
include $(TOPDIR)/lib.mk
include $(TOPDIR)/$(TERMCAP).mk

View File

@@ -50,7 +50,7 @@ const char libeinfo_copyright[] = "Copyright (c) 2007-2008 Roy Marples";
#include <unistd.h>
#include "einfo.h"
#include "../hidden-visibility.h"
#include "hidden-visibility.h"
hidden_proto(ecolor)
hidden_proto(ebegin)
hidden_proto(ebeginv)