From 0c922e18017b337db4580f44709666589482e747 Mon Sep 17 00:00:00 2001 From: tobigun Date: Tue, 9 Sep 2008 13:06:00 +0000 Subject: autogen.sh moved back to root git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1352 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Makefile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 334a5bc7..f27d0af5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -61,8 +61,6 @@ USDX_LIB_DIR := $(USDX_SRC_DIR)/lib INSTALL_DATADIR := $(datadir)/$(USDX_PACKAGE_NAME) -AUTOGEN_DIR := $(srcdir)/dists/autogen - ################################################# # Binary name ################################################# @@ -186,7 +184,7 @@ config.status: configure .PHONE: reconf reconf: - $(AUTOGEN_DIR)/autogen.sh + ./autogen.sh ################################################# # install/uninstall -- cgit v1.2.3