diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-21 10:09:32 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-21 10:09:32 +0000 |
commit | 2ed5dbefe7d77a155662c7bce1274a57c899b29c (patch) | |
tree | 6755f20261295f668448404da28f0b16a2b49115 /devel/asis/files/Makefile.bsd | |
parent | Fix PLIST. (diff) |
Update to 3.13p.
PR: 23645
Submitted by: MAINTAINER
Diffstat (limited to 'devel/asis/files/Makefile.bsd')
-rw-r--r-- | devel/asis/files/Makefile.bsd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/asis/files/Makefile.bsd b/devel/asis/files/Makefile.bsd index 0bd162f77ff4..eff73055df4b 100644 --- a/devel/asis/files/Makefile.bsd +++ b/devel/asis/files/Makefile.bsd @@ -7,13 +7,13 @@ all: ${LN} -sf libasis-${PORTVERSION}.so.1 libasis-${PORTVERSION}.so ${GMAKE} -C obj clean libasis.a CFLAGS="${CFLAGS}" CC=adagcc chmod a-w obj/*.ali - cd asistant && \ - gnatmake ${CFLAGS} -o ../asistant.prg asistant-driver -I../asis -I../gnat -I../obj -largs -L.. -lasis-${PORTVERSION} cd examples/ds && \ gnatmake ${CFLAGS} -o ../../display_source display_source ${ASISPROGFLAGS} - cd examples/gnatelim && \ + cd tools/asistant && \ + gnatmake ${CFLAGS} -o ../../asistant.prg asistant-driver ${ASISPROGFLAGS} + cd tools/gnatelim && \ gnatmake ${CFLAGS} -o ../../gnatelim gnatelim-driver ${ASISPROGFLAGS} - cd examples/gnatstub && \ + cd tools/gnatstub && \ gnatmake ${CFLAGS} -o ../../gnatstub gnatstub-driver ${ASISPROGFLAGS} clean: |