summaryrefslogtreecommitdiff
path: root/unproto/Makefile
diff options
context:
space:
mode:
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 $@