about summary refs log tree commit diff stats
path: root/linux
diff options
context:
space:
mode:
authorTodd Fries <todd@fries.net>2011-03-24 18:47:03 +0000
committerTodd Fries <todd@fries.net>2011-03-24 18:47:03 +0000
commitb323713408cc867cd7568a6a7260743c04f09838 (patch)
treee39aa231985b2c5f631b91ae86edd213d6564dd4 /linux
parent8ef240410130a01be4744899c89a134d52fe64d5 (diff)
downloadxombrero-b323713408cc867cd7568a6a7260743c04f09838.tar.gz
quotes from marco, to be added to by !marco. Just the good stuff!
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 d243713..ed0ccba 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -20,7 +20,7 @@ javascript.h: ../js-merge-helper.pl ../hinting.js
 
 xxxterm.o: javascript.h
 
-xxxterm: ../xxxterm.o linux.o
+xxxterm: ../marco.o ../xxxterm.o linux.o
 	$(CC) $(LDFLAGS) -o $@ $+ $(LDADD)
 
 install: all