From 878119c38611bd88a12be29e2446a01c3a1e7009 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 11 Oct 2008 22:32:14 +0000 Subject: Rename Makefile.srcdir to srcdir.mk git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@748 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- buildtools/configure.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtools/configure.pl b/buildtools/configure.pl index 7e094095..32984b7d 100755 --- a/buildtools/configure.pl +++ b/buildtools/configure.pl @@ -1933,7 +1933,7 @@ if (-f("GNUmakefile")) { unlink("Makefile"); symlink("$srcdir/Makefile", "Makefile"); - open(SRCDIR, ">Makefile.srcdir"); + open(SRCDIR, ">srcdir.mk"); print(SRCDIR "SRCDIR = $srcdir\n"); close(SRCDIR); -- cgit 1.4.1