]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - tack/Makefile.in
ncurses 5.3
[ncurses.git] / tack / Makefile.in
index b2237cca0aecae8c97574a629263e2d01fcbeea6..732da7f96e7668187afcf3461decf2abba82fca5 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.24 2000/10/14 22:19:37 tom Exp $
+# $Id: Makefile.in,v 1.27 2001/12/08 18:48:01 tom Exp $
 # Makefile for tack
 #
 # The variable 'srcdir' refers to the source-distribution, and can be set with
@@ -101,7 +101,7 @@ uninstall.tack:
 
 $(DESTDIR)$(bindir) \
 $(DESTDIR)$(mandir) :
-       $(srcdir)/../mkinstalldirs $@
+       sh $(srcdir)/../mkinstalldirs $@
 
 #
 # Rules for building tack
@@ -138,16 +138,16 @@ tags:
 @MAKE_UPPER_TAGS@TAGS:
 @MAKE_UPPER_TAGS@      etags *.[ch]
 
-clean ::
-       -rm -f tags TAGS do.tic *~
+mostlyclean ::
+       -rm -f core tags TAGS *~ *.bak *.i *.atac trace
+
+clean :: mostlyclean
        -rm -f $(PROGS)
        -rm -rf .libs
 
 distclean :: clean
        -rm -f Makefile
 
-mostlyclean :: clean
-
 realclean :: distclean
 
 tack.tar: Makefile.in modules *.[ch] tack.1 HISTORY COPYING