diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-01-14 10:18:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-01-14 10:18:52 +0000 |
commit | d810e597dc20333eaf7276213883996d60064ea2 (patch) | |
tree | 2cfc249fe89ae1a9262939f427a1987bc9f7779f /src | |
parent | 5bfcea47295bba96ada29eb6020806920c2666d6 (diff) |
partial revert of previous commit -- the rpath stuff was meant to be kept local only
Diffstat (limited to 'src')
-rw-r--r-- | src/rc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile index 587d60d7..eeb1c066 100644 --- a/src/rc/Makefile +++ b/src/rc/Makefile @@ -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 |