about summary refs log tree commit diff stats
path: root/linux
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-11-03 10:34:21 -0500
committerMarco Peereboom <marco@conformal.com>2011-11-03 10:34:21 -0500
commitc8ce296579d64d6d1211d024c388c4e51898af55 (patch)
tree5215bb4d43ccf866bbe67be7678635a33eb76be8 /linux
parent090d64a777fa40fa7c84dcee8b2a126de2c15faa (diff)
downloadxombrero-c8ce296579d64d6d1211d024c388c4e51898af55.tar.gz
one more oops, we need .o not .c
Diffstat (limited to 'linux')
-rw-r--r--linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile
index 874e387..03fad43 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -18,7 +18,7 @@ javascript.h: ../js-merge-helper.pl ../hinting.js
 
 xxxterm.o: javascript.h
 
-xxxterm: ../whitelist.c ../cookie.c ../settings.c ../marco.o ../about.o ../inspector.o ../xxxterm.o linux.o
+xxxterm: ../whitelist.o ../cookie.o ../settings.o ../marco.o ../about.o ../inspector.o ../xxxterm.o linux.o
 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $+ $(LDADD)
 
 install: all