From 4a439748197f0896f84a8f69c8885b4530721762 Mon Sep 17 00:00:00 2001 From: rurban Date: Sun, 18 Sep 2005 12:41:24 +0000 Subject: [PATCH] no error in config.ini does not exist git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4852 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 431c2e372..5614e681f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 2005-08-07 09:15:38 rurban Exp $ +# $Id: Makefile,v 1.10 2005-09-18 12:41:24 rurban Exp $ # user-definable settings: # for mysqladmin DBADMIN_USER=root @@ -45,7 +45,7 @@ endif # **************************************************************************** PHP_SRC := $(wildcard *.php ./lib/*.php ./lib/WikiDB/*.php ./lib/plugin/*.php) -.PHONY: all install locale mysql pqsql sqlite dbtest +.PHONY: all install locale mysql pqsql sqlite dbtest install-config all: TAGS -- 2.45.0