Makefile:

- set HAS_MKLINK_DATA make variable
This commit is contained in:
gdr-ftp 1999-02-15 19:08:46 +00:00
parent 4a6af88951
commit b88cc47e7f
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.2 1998/04/22 05:22:39 gdr-ftp Exp $
# $Id: Makefile,v 1.3 1999/02/15 19:08:46 gdr-ftp Exp $
#
PROG = compile
@ -10,6 +10,7 @@ STACK = 1024
OPTIMIZE= 79
HAS_MKSO_DATA = true
HAS_MKLINK_DATA = true
.INCLUDE : /src/gno/prog.mk