comparison lisp/Makefile.in @ 42222:2f835f4a8ef8

(distclean): Remove Makefile in the build directory, not in the source directory.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 21 Dec 2001 11:05:18 +0000
parents b8d77bc6ce4d
children 8b6f9b8622d8
comparison
equal deleted inserted replaced
42221:1af7ce62a225 42222:2f835f4a8ef8
261 # Generate/update files for the bootstrap process. 261 # Generate/update files for the bootstrap process.
262 262
263 bootstrap: autoloads compile-files custom-deps 263 bootstrap: autoloads compile-files custom-deps
264 264
265 distclean: 265 distclean:
266 -rm -f $(lisp)/Makefile 266 -rm -f ./Makefile
267 267
268 # Makefile ends here. 268 # Makefile ends here.