Ver código fonte

- don't try to install the openserctl.db_berkeley, this is not available for now
- only compile the db_berkeley utils if there are included in the Makefile


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@2864 689a6050-402a-0410-94f2-e92a70836424

Henning Westerholt 18 anos atrás
pai
commit
93513b562c
1 arquivos alterados com 4 adições e 3 exclusões
  1. 4 3
      utils/db_berkeley/Makefile

+ 4 - 3
utils/db_berkeley/Makefile

@@ -1,6 +1,6 @@
 # $Id: Makefile 882 2006-05-30 15:31:09Z miconda $
 #
-#  serunix Makefile
+#  db_berkeley Makefile
 # 
 
 include ../../Makefile.defs
@@ -17,6 +17,7 @@ DEFS +=-I$(LOCALBASE)/include -I$(LOCALBASE)/BerkeleyDB.4.6/include \
         
 LIBS+=-L$(LOCALBASE)/lib -L$(SYSBASE)/lib -L$(LOCALBASE)/BerkeleyDB.4.6/lib -ldb
 
-all:
+include ../../Makefile.rules
+
+modules:
 
-#include ../../Makefile.rules