diff options
author | Todd Fries <todd@fries.net> | 2011-03-24 18:47:03 +0000 |
---|---|---|
committer | Todd Fries <todd@fries.net> | 2011-03-24 18:47:03 +0000 |
commit | b323713408cc867cd7568a6a7260743c04f09838 (patch) | |
tree | e39aa231985b2c5f631b91ae86edd213d6564dd4 /linux | |
parent | 8ef240410130a01be4744899c89a134d52fe64d5 (diff) | |
download | xombrero-b323713408cc867cd7568a6a7260743c04f09838.tar.gz |
quotes from marco, to be added to by !marco. Just the good stuff!
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Makefile | 2 |
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 |