head	1.2;
access;
symbols
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.08.12.13.46.06;	author ache;	state dead;
branches;
next	1.1;

1.1
date	2002.03.31.02.39.41;	author kris;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Respect DESTDIR
- Eliminate a patch
- Use INSTALL_PROGRAM to install the binary

PR:             101918
Submitted by:   gabor
@
text
@--- makefile.nix.orig	Wed Jan 11 23:26:26 1995
+++ makefile.nix	Sat Mar 30 18:39:08 2002
@@@@ -21,10 +21,9 @@@@
 
 MCH = nix
 
-CC = gcc
+CC ?= gcc
 CPP = $(CC) -E
-CFLAGS = -Wall -O2 -c -I../$(MCH) -I../include
-LDFLAGS = -O2
+CFLAGS += -Wall  -c -I../$(MCH) -I../include
 
 MDEFINES = "CC=$(CC)" "CPP=$(CPP)" "CFLAGS=$(CFLAGS)" "DEFS=$(DEFS)"
 SUBDIRS = c $(MCH) include
@


1.1
log
@Remove #include <malloc.h>
Respect CC and CFLAGS
@
text
@@

