]> arthur.barton.de Git - netatalk.git/commitdiff
enable 'make check': it has no functionality yet,
authorbfernhomberg <bfernhomberg>
Tue, 3 Aug 2004 14:43:52 +0000 (14:43 +0000)
committerbfernhomberg <bfernhomberg>
Tue, 3 Aug 2004 14:43:52 +0000 (14:43 +0000)
but now it runs without errors after all ...
from Alexander Barton, alex@barton.de, 2004-06-17

sys/solaris/Makefile.in

index 111a5bbf01b5903774152363cb936ac28c90004c..6ee4dea0a5f1223b75f6084057fd04a891d387b9 100644 (file)
@@ -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