|
@@ -17,7 +17,6 @@ $(SRCDIR).tar.xz:
|
|
|
|
|
|
|
|
$(SRCDIR)/configure: $(SRCDIR).tar.xz
|
|
$(SRCDIR)/configure: $(SRCDIR).tar.xz
|
|
|
tar -xmJf $<
|
|
tar -xmJf $<
|
|
|
- cd $(SRCDIR) && make autotools
|
|
|
|
|
|
|
|
|
|
$(BUILDDIR)/runltp: $(SRCDIR)/configure
|
|
$(BUILDDIR)/runltp: $(SRCDIR)/configure
|
|
|
cd $(SRCDIR) && ./configure
|
|
cd $(SRCDIR) && ./configure
|