commit 86d786342816666d70f9abdb57b46438a079ff5a
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Sat Oct 10 22:58:25 2009 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Sat Oct 10 22:58:25 2009 +0000
Rename pkg/wince/Makefile to pkg/wince/GNUmakefile (it uses GNU
extensions).
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1714
---
configure.in | 2 +-
pkg/wince/{Makefile.am => GNUmakefile.am} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.in b/configure.in
index 74890978..f4a3f507 100644
--- a/configure.in
+++ b/configure.in
@@ -122,7 +122,7 @@ man/Makefile
src/Makefile
pcsound/Makefile
pkg/Makefile
-pkg/wince/Makefile
+pkg/wince/GNUmakefile
src/resource.rc
src/doom-screensaver.desktop
setup/setup-res.rc
diff --git a/pkg/wince/Makefile.am b/pkg/wince/GNUmakefile.am
similarity index 100%
rename from pkg/wince/Makefile.am
rename to pkg/wince/GNUmakefile.am