From 5e58041cfdae9a5b0f84137bf4f08b14517d3c01 Mon Sep 17 00:00:00 2001 From: bringert Date: Wed, 4 Jul 2007 13:27:04 +0000 Subject: Remove old VCS configure flags. --- src/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 907ecde9e..607a5648c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -225,9 +225,7 @@ rpm: dist binary-dist: rm -rf $(BIN_DIST_DIR) mkdir $(BIN_DIST_DIR) - ./configure --host="$(host)" \ - CPPFLAGS="`lib__readline -I` `lib__ncurses -I`" \ - LDFLAGS="`lib__readline -l` `lib__ncurses -l`" + ./configure --host="$(host)" --build="$(build)" $(MAKE) all $(INSTALL) ../bin/$(GF_EXE) tools/$(GF_DOC_EXE) $(BIN_DIST_DIR) $(INSTALL) -m 0644 JavaGUI/gf-java.jar $(BIN_DIST_DIR) -- cgit v1.2.3