From 4eabea3a17902d7629f442259b06bea5f68ded90 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 23 Jan 2003 19:55:45 +0000 Subject: Initial revision of changed source layout git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@137 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index d3e63a19e..b48b0b5dc 100755 --- a/configure +++ b/configure @@ -292,9 +292,11 @@ echo "" -echo -e "Writing \033[1;37m${OSNAME}\033[0;37m makefile" +echo -e "Writing \033[1;37m$OSNAME\033[0;37m makefile" -cp -f Makefile.${OSNAME} Makefile +cp -f Makefile.$OSNAME Makefile +cp -f src/Makefile.$OSNAME src/Makefile.$OSNAME +cp -f src/modules/Makefile.$OSNAME src/modules/Makefile.$OSNAME echo "" echo "Do you want to compile the IRCd binaries?" -- cgit v1.2.3