diff options
author | marco <marco@conformal.com> | 2011-11-02 08:50:53 -0500 |
---|---|---|
committer | marco <marco@conformal.com> | 2011-11-02 08:50:53 -0500 |
commit | 6033b7cffa0fbbe71664eacd6bb7aa7f04eaf5ed (patch) | |
tree | 9559fd888c23c44193c905b0b96c2a5d714edd1e /linux | |
parent | aa8c440c973effa08af9cef45ef101498ccc0324 (diff) | |
download | xombrero-6033b7cffa0fbbe71664eacd6bb7aa7f04eaf5ed.tar.gz |
make linux and freebsd compile again
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 5bc02e6..2568ad3 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -18,7 +18,7 @@ javascript.h: ../js-merge-helper.pl ../hinting.js xxxterm.o: javascript.h -xxxterm: ../marco.o ../xxxterm.o linux.o +xxxterm: ../marco.o ../inspector.o ../xxxterm.o linux.o $(CC) $(LDFLAGS) -o $@ $+ $(LDADD) install: all |