diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-04 22:58:27 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-04 22:58:27 +0000 |
commit | 6c6634cd6d03ccb3ac8004a99ba984a35e207334 (patch) | |
tree | c39ecfedfa41f247d35b60757e1d34a855c8bae9 | |
parent | 62da275892aed6d6657e96faf5e7812a1c5d935a (diff) | |
download | vdr-plugin-live-6c6634cd6d03ccb3ac8004a99ba984a35e207334.tar.gz vdr-plugin-live-6c6634cd6d03ccb3ac8004a99ba984a35e207334.tar.bz2 |
remove libhttpd.a in clean target
-rw-r--r-- | httpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd/Makefile b/httpd/Makefile index 56231ef..0dae6bf 100644 --- a/httpd/Makefile +++ b/httpd/Makefile @@ -34,4 +34,4 @@ libhttpd.a: $(OBJS) $(AR) r $@ $^ clean: - @rm -f *.o core* libproctools.a proctest $(DEPFILE) + @rm -f *.o core* libhttpd.a proctest $(DEPFILE) |