Makefile.in (rxvt-unicode-9.26.tar.bz2) | : | Makefile.in (rxvt-unicode-9.29.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 48 | skipping to change at line 48 | |||
distclean realclean: distclean-local | distclean realclean: distclean-local | |||
# | # | |||
# entry points for other programs | # entry points for other programs | |||
# | # | |||
rxvt: | rxvt: | |||
(cd src; $(MAKE)) | (cd src; $(MAKE)) | |||
#------------------------------------------------------------------------- | #------------------------------------------------------------------------- | |||
configure: configure.ac aclocal.m4 libev/libev.m4 libptytty/ptytty.m4 | configure: configure.ac aclocal.m4 libev/libev.m4 | |||
cd $(srcdir); ./autogen.sh | cd $(srcdir); ./autogen.sh | |||
config.status: | config.status: | |||
if test -x config.status; then config.status --recheck; \ | if test -x config.status; then config.status --recheck; \ | |||
else $(SHELL) configure; fi | else $(SHELL) configure; fi | |||
config.h.in: configure.ac aclocal.m4 libev/libev.m4 libptytty/ptytty.m4 | config.h.in: configure.ac aclocal.m4 libev/libev.m4 | |||
cd $(srcdir); ./autogen.sh | cd $(srcdir); ./autogen.sh | |||
check: all | check: all | |||
echo "no tests" | echo "no tests" | |||
Makefiles: | Makefiles: | |||
$(SHELL) config.status | $(SHELL) config.status | |||
cleandir: realclean | cleandir: realclean | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |