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

@@ -11,6 +11,8 @@ VERSION_MAP= rc.map
CFLAGS+= -DLIB=\"${LIBNAME}\"
LDADD+= ${LIBKVM}
CFLAGS+= -I$(TOPDIR)
SHLIBDIR= /${LIBNAME}
include $(TOPDIR)/cc.mk

View File

@@ -65,10 +65,10 @@
#include "librc-depend.h"
#include "rc.h"
#include "../rc-misc.h"
#include "../strlist.h"
#include "rc-misc.h"
#include "strlist.h"
#include "../hidden-visibility.h"
#include "hidden-visibility.h"
#define librc_hidden_proto(x) hidden_proto(x)
#define librc_hidden_def(x) hidden_def(x)