diff options
Diffstat (limited to 'networking/libiproute/Makefile')
-rw-r--r-- | networking/libiproute/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/Makefile b/networking/libiproute/Makefile index 96b1449..2fafae7 100644 --- a/networking/libiproute/Makefile +++ b/networking/libiproute/Makefile @@ -25,7 +25,7 @@ top_builddir=../.. endif srcdir=$(top_srcdir)/networking/libiproute LIBIPROUTE_DIR:=./ -include $(top_builddir)/Rules.mak +include $(top_srcdir)/Rules.mak include $(top_builddir)/.config include Makefile.in all: $(libraries-y) |