[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>
This commit is contained 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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user