partial revert of previous commit -- the rpath stuff was meant to be kept local only

This commit is contained in:
Mike Frysinger 2008-01-14 10:18:52 +00:00
parent 5bfcea4729
commit d810e597dc

View File

@ -6,7 +6,7 @@ SRCS= checkpath.c fstabinfo.c mountinfo.c rc.c rc-depend.c \
CLEANFILES= version.h
LDFLAGS+= -L../librc -L../libeinfo
LDADD+= -lutil -lrc -leinfo -Wl,-rpath,../librc -Wl,-rpath,../libeinfo
LDADD+= -lutil -lrc -leinfo
CFLAGS+= -I../includes -I../librc -I../libeinfo
BINDIR?= /sbin