Makefile.dired bug

SL Baur (steve@xemacs.org)
09 Dec 1998 21:22:44 -0800


The dired install: target conflicts with XEmacs' usage of `make
install'.  I am removing it from the version distributed with XEmacs.

1998-12-09  SL Baur  <steve@altair.xemacs.org>

	* Makefile.dired: Remove conflicting install: target.

Index: Makefile.dired
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/libs/dired/Makefile.dired,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile.dired
--- Makefile.dired	1998/02/26 21:16:25	1.1.1.1
+++ Makefile.dired	1998/12/10 12:59:59
@@ -294,10 +294,10 @@
 dired-x20: dired $(XEOBJS_DIRED) $(MULEOBJS_DIRED)
 
 # Installation
-install:
-	@echo "Installing in $(LISPDIR)..."
-	cp *.elc $(LISPDIR)
-	cp *.info $(INFODIR)
+#install:
+#	@echo "Installing in $(LISPDIR)..."
+#	cp *.elc $(LISPDIR)
+#	cp *.info $(INFODIR)
 install_src:
 	@echo "Installing in $(LISPDIR)..."
 	cp `ls *.el | grep -v "fixup"` $(LISPDIR)