diff options
Diffstat (limited to 'ext/Makefile.in')
| -rw-r--r-- | ext/Makefile.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/Makefile.in b/ext/Makefile.in index 4f3ead03f9..d490f0116f 100644 --- a/ext/Makefile.in +++ b/ext/Makefile.in @@ -1,9 +1,4 @@ -DEPTH = .. -topsrcdir = @topsrcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - SUBDIRS = $(EXT_STATIC) $(EXT_SHARED) all: @@ -18,4 +13,4 @@ all: NO_RECURSION = all -include $(topsrcdir)/build/rules.mk +include $(top_srcdir)/build/rules.mk |
