diff options
Diffstat (limited to 'archival/libunarchive/Makefile')
-rw-r--r-- | archival/libunarchive/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libunarchive/Makefile b/archival/libunarchive/Makefile index 3f0ebcec1..9ab1cac81 100644 --- a/archival/libunarchive/Makefile +++ b/archival/libunarchive/Makefile @@ -25,7 +25,7 @@ top_builddir=../.. endif srcdir=$(top_srcdir)/archival/libunarchive LIBUNARCHIVE_DIR:=./ -include $(top_builddir)/Rules.mak +include $(top_srcdir)/Rules.mak include $(top_builddir)/.config include $(srcdir)/Makefile.in all: $(libraries-y) |