1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Description: This patch removes the reference to useless DLLS
Forwarded: No
Author: Wences Arana <aranax@debian.org.gt>
Last-Update: 2011-07-25
--- a/configure
+++ b/configure
@@ -5085,7 +5085,7 @@
EXEEXT=".gpe"
fi
-ac_config_files="$ac_config_files Makefile autopackage/Makefile autopackage/default.apspec data/Makefile data/InfoPlist.strings data/Info.plist data/AmoebaxMain.nib/Makefile data/dlls/Makefile data/fonts/Makefile data/graphics/Makefile data/graphics/gp2x/Makefile data/music/Makefile data/sfx/Makefile doc/Doxyfile doc/Makefile m4/Makefile src/Makefile"
+ac_config_files="$ac_config_files Makefile autopackage/Makefile autopackage/default.apspec data/Makefile data/InfoPlist.strings data/Info.plist data/AmoebaxMain.nib/Makefile data/fonts/Makefile data/graphics/Makefile data/graphics/gp2x/Makefile data/music/Makefile data/sfx/Makefile doc/Doxyfile doc/Makefile m4/Makefile src/Makefile"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -5785,7 +5785,6 @@
"data/InfoPlist.strings") CONFIG_FILES="$CONFIG_FILES data/InfoPlist.strings" ;;
"data/Info.plist") CONFIG_FILES="$CONFIG_FILES data/Info.plist" ;;
"data/AmoebaxMain.nib/Makefile") CONFIG_FILES="$CONFIG_FILES data/AmoebaxMain.nib/Makefile" ;;
- "data/dlls/Makefile") CONFIG_FILES="$CONFIG_FILES data/dlls/Makefile" ;;
"data/fonts/Makefile") CONFIG_FILES="$CONFIG_FILES data/fonts/Makefile" ;;
"data/graphics/Makefile") CONFIG_FILES="$CONFIG_FILES data/graphics/Makefile" ;;
"data/graphics/gp2x/Makefile") CONFIG_FILES="$CONFIG_FILES data/graphics/gp2x/Makefile" ;;
|