summaryrefslogtreecommitdiff
path: root/unproto/Makefile
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2001-03-20 18:55:18 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:47:06 +0200
commit6d269edda0f49741484c1da6c71d24c031abc9ce (patch)
tree9ab1d8a21978e97ba9325f393c945cf9522b2987 /unproto/Makefile
parent4b55feb026b1f64555d7c11c2840fddd8fd029fe (diff)
downloaddev86-6d269edda0f49741484c1da6c71d24c031abc9ce.tar.gz
Import Dev86src-0.15.5.tar.gzv0.15.5
Diffstat (limited to 'unproto/Makefile')
-rw-r--r--unproto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unproto/Makefile b/unproto/Makefile
index 957209c..a9a8c04 100644
--- a/unproto/Makefile
+++ b/unproto/Makefile
@@ -89,7 +89,7 @@ CCFLAGS = $(CFLAGS) -w $(PIPE) $(SKIP) $(BELL) $(MAP) $(ALIAS) -DREOPEN
#CFLAGS = -g $(PIPE) $(SKIP) $(BELL) $(MAP) $(ALIAS) -DDEBUG
$(PROG): $(OBJECTS)
- $(CC) $(CCFLAGS) $(LDFLAGS) -o $@ $(OBJECTS) $(MALLOC)
+ $(CC) $(CCFLAGS) $(LDFLAGS) -o $@ $^ $(MALLOC)
.c.o:
$(CC) $(CCFLAGS) -c $< -o $@