From: Andre Noll <maan@systemlinux.org>
Date: Wed, 18 Jun 2008 18:47:13 +0000 (+0200)
Subject: Fix typo in Makefile.
X-Git-Tag: v0.0.4~40
X-Git-Url: https://git.tue.mpg.de/?a=commitdiff_plain;h=ad33ad0384a415100220ca5edc32111037a1c0c0;p=adu.git

Fix typo in Makefile.
---

diff --git a/Makefile b/Makefile
index 60f3c28..5e425da 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-objects := adu.o string.o cmdline.o fd.o select.o create.c
+objects := adu.o string.o cmdline.o fd.o select.o create.o
 all: adu
 
 DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W