diff options
author | ats <ats@FreeBSD.org> | 1995-01-30 05:56:58 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-01-30 05:56:58 +0800 |
commit | 03eafe1e443c5816b5326c1991a6e1e9a55ce283 (patch) | |
tree | cf99866334c111474f4c037d414c5749f1cf5231 /cad | |
parent | 43e688c9cc2c399262b9217c11545cc24a785127 (diff) | |
download | freebsd-ports-gnome-03eafe1e443c5816b5326c1991a6e1e9a55ce283.tar.gz freebsd-ports-gnome-03eafe1e443c5816b5326c1991a6e1e9a55ce283.tar.zst freebsd-ports-gnome-03eafe1e443c5816b5326c1991a6e1e9a55ce283.zip |
Yet another patch for the "new" make :-).
Diffstat (limited to 'cad')
-rw-r--r-- | cad/magic/files/patch-aa | 41 |
1 files changed, 26 insertions, 15 deletions
diff --git a/cad/magic/files/patch-aa b/cad/magic/files/patch-aa index 9a83bbebb111..2162b6a082ac 100644 --- a/cad/magic/files/patch-aa +++ b/cad/magic/files/patch-aa @@ -83,7 +83,7 @@ *************** *** 22,27 **** --- 22,28 ---- - static char rcsid[]="$Header: /a/ncvs/ports/cad/magic/patches/patch-aa,v 1.1.1.1 1994/12/18 21:12:09 swallace Exp $"; + static char rcsid[]="$Header: /a/ncvs/ports/cad/magic/patches/patch-aa,v 1.2 1995/01/22 15:59:54 ats Exp $"; #endif not lint + #include <sys/types.h> @@ -227,7 +227,7 @@ *************** *** 19,24 **** --- 19,25 ---- - static char rcsid[] = "$Header: /a/ncvs/ports/cad/magic/patches/patch-aa,v 1.1.1.1 1994/12/18 21:12:09 swallace Exp $"; + static char rcsid[] = "$Header: /a/ncvs/ports/cad/magic/patches/patch-aa,v 1.2 1995/01/22 15:59:54 ats Exp $"; #endif not lint + #include <stdlib.h> @@ -295,19 +295,6 @@ main(argc, argv) char *argv[]; { -*** Makefile.orig Tue Sep 20 13:55:57 1994 ---- Makefile Sun Dec 18 00:24:12 1994 -*************** -*** 41,46 **** ---- 41,48 ---- - CADDIR = `:findcad` - CADDIR_SUB = `../:findcad` - -+ all: everything -+ - everything: ${MODULES} .config - /bin/csh :makeall installhdrs ${MODULES} - /bin/csh :makeall install ${MODULES} *** misc/magic.h.orig Tue Aug 2 15:18:15 1994 --- misc/magic.h Sat Dec 17 15:31:52 1994 *************** @@ -359,3 +346,27 @@ # # Configuration for flags and libraries # +*** Makefile.orig Tue Sep 20 22:55:57 1994 +--- Makefile Sun Jan 29 18:57:47 1995 +*************** +*** 41,46 **** +--- 41,48 ---- + CADDIR = `:findcad` + CADDIR_SUB = `../:findcad` + ++ all: everything ++ + everything: ${MODULES} .config + /bin/csh :makeall installhdrs ${MODULES} + /bin/csh :makeall install ${MODULES} +*************** +*** 146,149 **** + echo ${MODULES} + + forceit: +! +--- 148,151 ---- + echo ${MODULES} + + forceit: +! |