aboutsummaryrefslogtreecommitdiffstats
path: root/w3mimg/Makefile.in
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2004-04-09 17:18:48 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2004-04-09 17:18:48 +0000
commite4e1dd26a20ec3570458d131f8c088ff9eb21d41 (patch)
treef19345dc98b0f6060e0b92e0e2e6a621cb5b76c6 /w3mimg/Makefile.in
parentregenerate (diff)
downloadw3m-e4e1dd26a20ec3570458d131f8c088ff9eb21d41.tar.gz
w3m-e4e1dd26a20ec3570458d131f8c088ff9eb21d41.zip
[w3m-dev 04063] about Makefile
* Makefile.in (DEFS): use CGIBIN_DIR instead of LIB_DIR (MAKE_ARGS): ditto (distclean): rm -f * config.h.dist: use CGIBIN_DIR instead of LIB_DIR * indep.c (w3m_lib_dir): ditto * scripts/Makefile.in: ditto * scripts/multipart/Makefile.in: ditto * w3mimg/Makefile.in (clearn): remove w3mimg.a From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
Diffstat (limited to '')
-rw-r--r--w3mimg/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/w3mimg/Makefile.in b/w3mimg/Makefile.in
index 3d22511..7c70164 100644
--- a/w3mimg/Makefile.in
+++ b/w3mimg/Makefile.in
@@ -31,13 +31,13 @@ clean:
@for dir in fb x11; do \
(cd $$dir && $(MAKE) clean RM=$(RM)); \
done
+ -$(RM) -f w3mimg.a
distclean: clean
for subdir in fb x11; \
do \
(cd $$subdir && $(MAKE) distclean); \
done
- -$(RM) -f w3mimg.a
-$(RM) -f Makefile