]> git.eshelyaron.com Git - emacs.git/commitdiff
(clean): Don't delete config.h and epaths.h.
authorAndrew Innes <andrewi@gnu.org>
Sun, 3 Sep 2000 17:42:28 +0000 (17:42 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sun, 3 Sep 2000 17:42:28 +0000 (17:42 +0000)
(distclean): Delete them here instead.

src/makefile.w32-in

index 4208329ebdbd258f9134876ce11fb7c014a087f5..01e7622d811ba0d63d0876a2d72551319d294f4d 100644 (file)
@@ -230,9 +230,12 @@ install:        $(ALL)
 # Maintenance
 # 
 clean:;         - $(DEL) *~ "s/*~" "m/*~"
-               - $(DEL) *.pdb config.h epaths.h
+               - $(DEL) *.pdb
                - $(DEL_TREE) $(OBJDIR)
 
+distclean:     clean
+               - $(DEL) config.h epaths.h
+
 cleanall:      clean
                - $(DEL_TREE) obj
                - $(DEL_TREE) obj-spd