From e9a28004f1e62c534fd85f2f2ffaa8b85232e489 Mon Sep 17 00:00:00 2001 From: helge Date: Sun, 6 Feb 2005 18:32:40 +0000 Subject: [PATCH] fixed makefile git-svn-id: http://svn.opengroupware.org/SOPE/trunk@541 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-appserver/mod_ngobjweb/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sope-appserver/mod_ngobjweb/GNUmakefile b/sope-appserver/mod_ngobjweb/GNUmakefile index cbcb20d6..d55f750c 100644 --- a/sope-appserver/mod_ngobjweb/GNUmakefile +++ b/sope-appserver/mod_ngobjweb/GNUmakefile @@ -67,13 +67,13 @@ product = mod_ngobjweb$(SHARED_LIBEXT) all :: $(product) -clean : +clean :: rm -f *.o $(product) *.so *~ apache-dir : $(MKDIRS) $(GNUSTEP_INSTALLATION_DIR) -install : apache-dir all +install :: apache-dir all $(INSTALL_PROGRAM) $(product) $(GNUSTEP_INSTALLATION_DIR) $(product) : $(OFILES) -- 2.39.5