comparison nt/makefile.w32-in @ 54329:182e62aed84e

(install): Don't try to copy ../lib-src/fns-*.el, as it isn't used anymore.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 10 Mar 2004 21:40:35 +0000
parents 700abb70b17f
children 9077e3f7cd49
comparison
equal deleted inserted replaced
54328:3d207e8f79f9 54329:182e62aed84e
177 install: all $(INSTALL_DIR)/bin install-other-dirs-$(MAKETYPE) 177 install: all $(INSTALL_DIR)/bin install-other-dirs-$(MAKETYPE)
178 - $(CP) $(BLD)/addpm.exe $(INSTALL_DIR)/bin 178 - $(CP) $(BLD)/addpm.exe $(INSTALL_DIR)/bin
179 - $(CP) $(BLD)/ddeclient.exe $(INSTALL_DIR)/bin 179 - $(CP) $(BLD)/ddeclient.exe $(INSTALL_DIR)/bin
180 - $(CP) $(BLD)/cmdproxy.exe $(INSTALL_DIR)/bin 180 - $(CP) $(BLD)/cmdproxy.exe $(INSTALL_DIR)/bin
181 - $(CP) $(BLD)/runemacs.exe $(INSTALL_DIR)/bin 181 - $(CP) $(BLD)/runemacs.exe $(INSTALL_DIR)/bin
182 - $(CP) ../lib-src/fns-*.el $(INSTALL_DIR)/bin
183 - "$(INSTALL_DIR)/bin/addpm" /q 182 - "$(INSTALL_DIR)/bin/addpm" /q
184 - $(DEL) ../same-dir.tst 183 - $(DEL) ../same-dir.tst
185 - $(DEL) $(INSTALL_DIR)/same-dir.tst 184 - $(DEL) $(INSTALL_DIR)/same-dir.tst
186 echo SameDirTest > "$(INSTALL_DIR)/same-dir.tst" 185 echo SameDirTest > "$(INSTALL_DIR)/same-dir.tst"
187 - mkdir "$(INSTALL_DIR)/etc" 186 - mkdir "$(INSTALL_DIR)/etc"