author | kergoth <kergoth> | 2002-11-20 22:14:00 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-20 22:14:00 (UTC) |
commit | b0dc62061b6581cb416f01e706610e4cb076935d (patch) (unidiff) | |
tree | e23a8fb81b1110ad2775cb8268105bda26c76d4e | |
parent | a228ef2bab036aabc1036d0ff2c59b42687cf6d5 (diff) | |
download | opie-b0dc62061b6581cb416f01e706610e4cb076935d.zip opie-b0dc62061b6581cb416f01e706610e4cb076935d.tar.gz opie-b0dc62061b6581cb416f01e706610e4cb076935d.tar.bz2 |
Set DESTDIR to /bin rather than ../../bin/
-rw-r--r-- | core/opiealarm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/opiealarm/Makefile b/core/opiealarm/Makefile index f20d451..03e6957 100644 --- a/core/opiealarm/Makefile +++ b/core/opiealarm/Makefile | |||
@@ -1,10 +1,10 @@ | |||
1 | 1 | ||
2 | DESTDIR=../../bin | 2 | DESTDIR=$(OPIEDIR)/bin |
3 | 3 | ||
4 | CROSS:=arm-linux- | 4 | CROSS:=arm-linux- |
5 | CC :=$(CROSS)gcc | 5 | CC :=$(CROSS)gcc |
6 | LD :=$(CROSS)gcc | 6 | LD :=$(CROSS)gcc |
7 | STRIP:=$(CROSS)strip | 7 | STRIP:=$(CROSS)strip |
8 | 8 | ||
9 | CFLAGS:=-O2 | 9 | CFLAGS:=-O2 |
10 | LDFLAGS:= | 10 | LDFLAGS:= |