diff options
author | Marco Peereboom <marco@conformal.com> | 2011-11-03 10:34:21 -0500 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-11-03 10:34:21 -0500 |
commit | c8ce296579d64d6d1211d024c388c4e51898af55 (patch) | |
tree | 5215bb4d43ccf866bbe67be7678635a33eb76be8 | |
parent | 090d64a777fa40fa7c84dcee8b2a126de2c15faa (diff) | |
download | xombrero-c8ce296579d64d6d1211d024c388c4e51898af55.tar.gz |
one more oops, we need .o not .c
-rw-r--r-- | linux/Makefile | 2 |
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 |