summaryrefslogtreecommitdiffstats
path: root/devel/elib/files/patch-aa
blob: 7fa161af185287f4247dbbd5daa83a7a341eebeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- Makefile.orig	Mon Dec 11 09:50:56 1995
+++ Makefile	Sat Nov  4 03:07:26 2000
@@ -61,16 +61,16 @@
 install: all installdirs install-info
 	$(INSTALL_DATA) $(ELFILES) $(ELIBDIR)
 	$(INSTALL_DATA) $(ELCFILES) $(ELIBDIR)
-	@echo Please merge elib-startup.el into $(locallisppath)/default.el
+#	@echo Please merge elib-startup.el into $(locallisppath)/default.el
 
 installdirs:
-	-mkdir $(ELIBDIR)
+	-${MKDIR} $(ELIBDIR)
 
 install-info: elib.info
 	$(INSTALL_DATA) elib.info* $(infodir)
 	if $(SHELL) -c 'install-info --version' \
 		>/dev/null 2>&1; then \
-		install-info --infodir=$(infodir) elib.info; \
+		install-info --info-dir=$(infodir) elib.info; \
 	else true; fi
 
 clean:
OpenPOWER on IntegriCloud