1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/japanese/emacs20-dl-wnn6/files/patch-ac

12 lines
344 B
Plaintext
Raw Normal View History

--- lisp/Makefile.in.orig Sun Oct 11 14:06:21 1998
+++ lisp/Makefile.in Sun Oct 11 14:06:30 1998
@@ -18,7 +18,7 @@
install::
$(SHELL) $(top_srcdir)/mkinstalldirs $(lispdir)
- for p in *.elc eggrc-*; do \
+ for p in *.el *.elc eggrc-*; do \
echo " $(INSTALL_DATA) $$p $(lispdir)/$$p"; \
$(INSTALL_DATA) $$p $(lispdir)/$$p; \
done