diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
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 |