author | sandman <sandman> | 2002-12-10 22:24:13 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-12-10 22:24:13 (UTC) |
commit | 34418795f4bef0466fc92aa9dfd8f25210bc2bc5 (patch) (side-by-side diff) | |
tree | f3e005443e42ec0aef4804bf571a72200a8bb95b /core/opiealarm/Makefile | |
parent | 887fb36c5344574f04d19c7442f3db899920e04d (diff) | |
download | opie-34418795f4bef0466fc92aa9dfd8f25210bc2bc5.zip opie-34418795f4bef0466fc92aa9dfd8f25210bc2bc5.tar.gz opie-34418795f4bef0466fc92aa9dfd8f25210bc2bc5.tar.bz2 |
no need for opieatd anymore
-rw-r--r-- | core/opiealarm/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/core/opiealarm/Makefile b/core/opiealarm/Makefile index 03e6957..255083d 100644 --- a/core/opiealarm/Makefile +++ b/core/opiealarm/Makefile @@ -9,7 +9,7 @@ STRIP:=$(CROSS)strip CFLAGS:=-O2 LDFLAGS:= -all: $(DESTDIR)/opiealarm $(DESTDIR)/opieatd +all: $(DESTDIR)/opiealarm $(DESTDIR)/opiealarm: opiealarm.c $(CC) $(CFLAGS) opiealarm.c -o $(DESTDIR)/opiealarm $(LDFLAGS) @@ -17,10 +17,6 @@ $(DESTDIR)/opiealarm: opiealarm.c chmod u+s $(DESTDIR)/opiealarm chown root $(DESTDIR)/opiealarm 2>/dev/null || echo -e "\nopiealarm must be owned by root to work correctly.\n" -$(DESTDIR)/opieatd: opieatd - cp opieatd $(DESTDIR)/opieatd - chmod +x $(DESTDIR)/opieatd - clean: -rm -f *~ core |