X-Git-Url: https://git.distorted.org.uk/~mdw/doc/ips/blobdiff_plain/1e42e2eb07162c3163369f24e169da91dfc28503..5431b6027340790876417c169ecf65220b6b1eeb:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index 1b12852..ba894be 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-fundamental-*- ## -## $Id$ +## $Id: Makefile.m4,v 1.1 2002/02/24 15:43:20 mdw Exp $ ## ## Makefile for IPS ## @@ -23,13 +23,6 @@ ## along with this program; if not, write to the Free Software Foundation, ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -##----- Revision history ---------------------------------------------------- -## -## $Log: Makefile.m4,v $ -## Revision 1.1 2002/02/24 15:43:20 mdw -## New build system. -## - AUTOMAKE_OPTIONS = foreign SRC = \ @@ -59,7 +52,7 @@ define([[_]], [[dnl ips-$1.dvi: $(SRC) @if [ ! -d $1 ]; then \ mkdir $1; \ - for i in $(SRC); do ln -s ../$$i $1; done; \ + for i in $(SRC); do ln -s ../$(srcdir)/$$i $1; done; \ echo '$2' >$1/ips.cfg; \ fi cd $1 && \