diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-02-13 13:19:22 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-02-13 13:19:22 +0000 |
commit | c912f5bf2fdfe5a4f4a0216c7b0495ab4434a076 (patch) | |
tree | 8d09047a93a1919714eedbc817650a532b0b3ace /cad/magic | |
parent | Correct the packing list. It referenced a man page under man/cat1/jove.0. (diff) |
Add a USE_GMAKE=yes line to the Makefile. magic got some severe problems
with the new make, so use gmake instead.
I am not even sure if the makefiles are not correct and our new make
is at fault here :-).
Notes
Notes:
svn path=/head/; revision=966
Diffstat (limited to 'cad/magic')
-rw-r--r-- | cad/magic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/magic/Makefile b/cad/magic/Makefile index 9955224f8f98..c3bd505a54c2 100644 --- a/cad/magic/Makefile +++ b/cad/magic/Makefile @@ -3,12 +3,13 @@ # Date created: 18 Dec 1994 # Whom: swallace # -# $Id: Makefile,v 1.2 1994/10/06 07:52:04 swallace Exp $ +# $Id: Makefile,v 1.1.1.1 1994/12/18 21:12:08 swallace Exp $ # DISTNAME= magic-6.4.4 EXTRACT_SUFX= .tar.Z MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/magic/6.4/ +USE_GMAKE= yes install: @echo "===> Installing for ${DISTNAME}" |