mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
348 B
Plaintext
12 lines
348 B
Plaintext
|
--- lisp/its/Makefile.in.orig Sun Oct 11 14:06:41 1998
|
||
|
+++ lisp/its/Makefile.in Sun Oct 11 14:06:52 1998
|
||
|
@@ -17,7 +17,7 @@
|
||
|
|
||
|
install::
|
||
|
$(SHELL) $(top_srcdir)/mkinstalldirs $(lispdir)/its
|
||
|
- for p in *.elc; do \
|
||
|
+ for p in *.el *.elc; do \
|
||
|
echo " $(INSTALL_DATA) $$p $(lispdir)/its/$$p"; \
|
||
|
$(INSTALL_DATA) $$p $(lispdir)/its/$$p; \
|
||
|
done
|