mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
5685b5d270
PR: ports/8833 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
12 lines
344 B
Plaintext
12 lines
344 B
Plaintext
--- 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
|