head	1.3;
access;
symbols
	gcc-2_8_1-990325:1.3
	gcc-2_8_1-990319:1.3
	gcc-2_8_1-990302:1.3
	gcc_2_8_1-990302:1.3
	gcc_2_8_1-990222:1.3
	gcc-2_8_1-990109:1.3
	gcc-2_8_1-981210:1.3
	gcc-2_8_1-981208:1.3
	gcc-2_8_1-980929:1.3
	gcc_2_8_1-980929:1.3
	gcc-2_8_1-980928:1.3
	gcc-2_8_1-980813:1.3
	gcc-2_8_1-980811:1.3
	gcc-2_8_1-980718:1.3
	gcc-2_8_1-980705:1.3
	gcc-2_8_1-980627:1.3
	gcc-2_8_1-980609:1.3
	gcc-2_8_1-980608:1.3
	gcc-2_8_1-980529:1.3
	gcc-2_8_1-980525:1.3
	gcc-2_8_1-980513:1.3
	gcc-2_8_1-980502:1.3
	gcc-2_8_1-980402:1.3
	gcc-2_8_1-980426:1.3
	gcc-2_8_1-980419:1.3
	gcc-2_8_1-980413:1.3
	gcc-2_8_1-980412:1.3
	gcc-2_8_1-980407:1.3
	gcc-2_8_1-980401:1.3
	gcc_2_8_1-980315:1.3
	gcc-2_8_1-RELEASE:1.3;
locks; strict;
comment	@# @;


1.3
date	98.02.02.21.39.57;	author kenner;	state Exp;
branches;
next	1.2;

1.2
date	94.10.23.12.54.15;	author erich;	state Exp;
branches;
next	1.1;

1.1
date	94.10.14.14.35.17;	author erich;	state Exp;
branches;
next	;


desc
@Makefile frag for RISCiX
@


1.3
log
@(INSTALL): Deleted.
@
text
@# Define new names for the getopt library, so that we don't have to statically
# link [un]protoize.  We have dirent.h not sys/dir.h, so define POSIX.
X_CFLAGS= -DPOSIX -Dopterr=gcc_opterr -Doptind=gcc_optind \
	 -Dgetopt=gcc_getopt -Doptarg=gcc_optarg
# Compile in BSD mode.
OLDCC=/usr/ucb/cc
CC=$(OLDCC)
FIXPROTO_DEFINES= -D_POSIX_SOURCE -D_XOPEN_C -D_BSD_C -D_XOPEN_SOURCE
@


1.2
log
@(INSTALL): Invoke install.sh with -c flag
@
text
@a8 1
INSTALL=$(srcdir)/install.sh -c
@


1.1
log
@Initial revision
@
text
@d9 1
a9 1
INSTALL=$(srcdir)/install.sh
@
