From: bfernhomberg Date: Tue, 3 Aug 2004 14:43:52 +0000 (+0000) Subject: enable 'make check': it has no functionality yet, X-Git-Tag: netatalk-2-0-rc1~27 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=729b1b519494342fa233fb49bd9744ae2438934e;p=netatalk.git enable 'make check': it has no functionality yet, but now it runs without errors after all ... from Alexander Barton, alex@barton.de, 2004-06-17 --- diff --git a/sys/solaris/Makefile.in b/sys/solaris/Makefile.in index 111a5bbf..6ee4dea0 100644 --- a/sys/solaris/Makefile.in +++ b/sys/solaris/Makefile.in @@ -1,7 +1,7 @@ # Solaris specific defines, passed to subdirectories. # To use Sun CC, uncomment the CC and KFLAGS variables. # -# $Id: Makefile.in,v 1.1.2.2 2004-03-22 23:00:24 bfernhomberg Exp $ +# $Id: Makefile.in,v 1.1.2.3 2004-08-03 14:43:52 bfernhomberg Exp $ CC = @CC@ @@ -116,5 +116,7 @@ distclean: clean depend : +check: + # DO NOT DELETE THIS LINE