--- Makefile.am.orig 2007-03-27 16:32:57.000000000 +0200 +++ Makefile.am 2007-03-27 16:33:49.000000000 +0200 @@ -128,10 +128,6 @@ if test -z "$(AA_FAKE_UNINSTALL)"; then DESTDIR=$(DESTDIR) ROOTDIR=$(ROOTDIR) bash $(DESTDIR)${scriptdir}/sysinstall uninstall $(prefix); fi endif -install-first: -# uninstall previous version (if it exists), ignoring errors - test -x $(uninstall_location) && $(uninstall_location) || true - distclean-local: rm -f uninstall.sh batch/relocate.in universal_variable* extrapaths src/tUniversalVariables.h* --- configure.orig 2007-03-27 16:54:30.000000000 +0200 +++ configure 2007-03-27 16:56:14.000000000 +0200 @@ -15644,7 +15644,7 @@ - ac_config_files="$ac_config_files src/Makefile src/first/Makefile Makefile batch/Makefile language/languages.txt config/rc.config config/aiplayers.cfg src/doc/Makefile src/doc/net/Makefile src/doc/Doxyfile src/doc/html.m4 src/thirdparty/Makefile src/thirdparty/particles/Makefile resource/Makefile config/Makefile desktop/Makefile desktop/armagetronad.desktop" + ac_config_files="$ac_config_files src/Makefile Makefile batch/Makefile language/languages.txt config/rc.config config/aiplayers.cfg src/doc/Makefile src/doc/net/Makefile src/doc/Doxyfile src/doc/html.m4 src/thirdparty/Makefile src/thirdparty/particles/Makefile resource/Makefile config/Makefile desktop/Makefile desktop/armagetronad.desktop" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -16281,7 +16281,6 @@ case "$ac_config_target" in # Handling of arguments. "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; - "src/first/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/first/Makefile" ;; "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "batch/Makefile" ) CONFIG_FILES="$CONFIG_FILES batch/Makefile" ;; "language/languages.txt" ) CONFIG_FILES="$CONFIG_FILES language/languages.txt" ;; --- src/Makefile.am.orig 2007-03-27 16:58:49.000000000 +0200 +++ src/Makefile.am 2007-03-27 16:59:01.000000000 +0200 @@ -1,5 +1,5 @@ # include $(top_srcdir)/Makefile.paths -SUBDIRS = first doc thirdparty +SUBDIRS = doc thirdparty # target directory gamesdir=${bindir}