summaryrefslogtreecommitdiff
path: root/devel/cbind/files/patch-Makefile
blob: fd9fc1f13a8db6f7a70634bdb15417b3d1fe1afd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- Makefile.orig	Fri Sep 22 12:21:32 1995
+++ Makefile	Sun Nov  5 13:48:50 2006
@@ -1,8 +1,8 @@
 VERSION		  = 6
 
-CFLAGS= -g -DPUBLIC
+CFLAGS+= -DPUBLIC
 LIBS		  =
-LINKER		  = cc
+LINKER		  = $(CC)
 
 MAKEFILE= Makefile
 
@@ -139,7 +139,7 @@
 touch:;	touch $(GENED_SRC)
 
 hostinfo.h: htype hostinfo
-		hostinfo $@
+		./hostinfo $@
 
 c_perf.c:	c.prf
 		gperf -N c_rsvd -t -p c.prf > $@